zhaozg / luasql

LuaSQL is a simple interface from Lua to a DBMS.

Home Page:http://keplerproject.github.io/luasql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuaSQL
http://keplerproject.github.io/luasql

LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to:

    * Connect to ODBC, ADO, Oracle, MySQL, SQLite, Firebird and PostgreSQL databases; 
    * Execute arbitrary SQL statements;
    * Retrieve results in a row-by-row cursor fashion.

LuaSQL is free software and uses the same license as Lua 5.1. 


Source code for LuaSQL can be downloaded from its GitHub repository.

About

LuaSQL is a simple interface from Lua to a DBMS.

http://keplerproject.github.io/luasql


Languages

Language:C 58.8%Language:Lua 38.7%Language:Java 1.8%Language:Makefile 0.6%Language:Stata 0.1%