How can I store and search a large tabel from a mod?
I want to be able to store and search a larger amount of data on disc. Sadly there is still no database API to the default database.
Is there any efficient way for a lua mod to store and search a large tabel on disc? The only thing I found that might work because it is pure lua is this http://scilua.org/ljsqlite3.html. Just requires the LuaJIT (and clib_sqlite3, damn)
I don't want to store and parse JSON to a plain text file
Any suggestions?
Is there any efficient way for a lua mod to store and search a large tabel on disc? The only thing I found that might work because it is pure lua is this http://scilua.org/ljsqlite3.html. Just requires the LuaJIT (and clib_sqlite3, damn)
I don't want to store and parse JSON to a plain text file
Any suggestions?