mirror of
https://github.com/7800-devtools/a7800.git
synced 2025-04-02 10:52:37 -04:00
8 lines
229 B
Text
8 lines
229 B
Text
|
|
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/
|