mame/3rdparty/lsqlite3
Vas Crabb dc87571a43 3rdparty: Avoid the need for -fpermissive since clang doesn't like it.
I'll try to get some of this upstreamed.
2023-03-07 04:19:36 +11:00
..
doc Various updates, mostly around Lua: 2023-03-07 01:39:42 +11:00
examples resurected sqlite3 and lsqlite3 (nw) 2016-11-07 16:12:06 +01:00
extras resurected sqlite3 and lsqlite3 (nw) 2016-11-07 16:12:06 +01:00
test Various updates, mostly around Lua: 2023-03-07 01:39:42 +11:00
HISTORY Various updates, mostly around Lua: 2023-03-07 01:39:42 +11:00
lsqlite3-0.9.5-1.rockspec Various updates, mostly around Lua: 2023-03-07 01:39:42 +11:00
lsqlite3.c 3rdparty: Avoid the need for -fpermissive since clang doesn't like it. 2023-03-07 04:19:36 +11:00
lsqlite3complete-0.9.5-1.rockspec Various updates, mostly around Lua: 2023-03-07 01:39:42 +11:00
Makefile resurected sqlite3 and lsqlite3 (nw) 2016-11-07 16:12:06 +01:00
README Various updates, mostly around Lua: 2023-03-07 01:39:42 +11:00

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/