
Another user asked for SQLite support. SQLite is a library that can manage SQL queries even in memory. This means that, if you want to store and retrieve structured information through SQL, you don't need to create an ODBC or MySQL database before: you can simply create your database in memory, or in a simple text file, thanks to the functions provided by SQLite and the Lua binding Lua-SQLite. To get an executable with SQLite support, use the same link that you've found above (includes both MySQL and SQLite).
I think that now the range of batabases management capabilities of APOCALYX is wide enough, but feel free to ask more.
No comments:
Post a Comment