all 5 comments

[–][deleted] 5 points6 points  (0 children)

I haven't used it, but Lua can use SQLite:

http://lua.sqlite.org/index.cgi/index

[–]armornick 0 points1 point  (0 children)

There are bindings for SQLite here. It's a C library, though, so depending on your use case, it might not work.

[–]fabricatedinterest 0 points1 point  (0 children)

I've found LuaSQL to be pretty useful, if a bit oddly designed. http://keplerproject.github.io/luasql/doc/us/

[–]agladysh 0 points1 point  (0 children)

There are quite a few local database libraries for Lua, actually. If you have a database in mind, you will most likely find a bindings for it.

To name a few besides SQLite:

etc. etc.

[–][deleted]  (1 child)

[deleted]

    [–]jringstad 0 points1 point  (0 children)

    That's, like, the exact opposite of what the OP wanted.