blob: 92c27b2770b916a5eaca7e79f52d19c8f2b5d5b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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/
|