You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
jiannan.guo@yingxiong.com 42b3da8864 init 1 month ago
..
doc init 1 month ago
examples init 1 month ago
extras init 1 month ago
test init 1 month ago
HISTORY init 1 month ago
Makefile init 1 month ago
README init 1 month ago
lsqlite3-0.9.5-1.rockspec init 1 month ago
lsqlite3.c init 1 month ago
lsqlite3complete-0.9.5-1.rockspec init 1 month ago
sqlite3.c init 1 month ago
sqlite3.h init 1 month ago

README


LuaSQLite3 provides a means to manipulate SQLite3
databases directly from lua using Lua 5.

There are two modules, identical except that one links
SQLite3 dynamically, the other statically.

The module lsqlite3 links SQLite3 dynamically.
To use this module you need the SQLite3 library.
You can get it from http://www.sqlite.org/

The module lsqlite3complete links SQLite3 statically.
The SQLite3 amalgamation source code is included in
the LuaSQLite3 distribution.

Lua 5 is available from http://www.lua.org/