mame/3rdparty/lsqlite3
2015-06-06 23:39:24 +02:00
..
cmake
doc
examples
.travis.yml
CMakeLists.txt
dist.info
HISTORY
lsqlite3.c Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib based on wallyweek's work 2015-06-06 23:39:24 +02:00
lsqlite3.def
lunit.lua
Makefile
README
test.lua
tests-sqlite3.lua

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

To use this library you need SQLite3 library.
You can get it from http://www.sqlite.org/

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