|
I did put my Lua - SQLite3 binding on github at https://github.com/mbalmer/luasqlite It allows you to use SQLite3 right from Lua. If you do serious database work, I recommend to use PostgreSQL and the luapgsql binding, which you also find on github. Have fun. - Marc Balmer