SQLite3
Contents
SQLite3
A simple, hassle-free, SQLite3 database solution for Lua
No Configuration Required
SQLite3 runs without the need to move or copy dll/so files or to set up any configuration whatsoever...it just works!
Easy to Use
SQLite3 is very easy to use with LOVE. All that's needed to get it working is to require it.
require("PathToMyPlugins.sqlite3.sqlite3");
That's it, you're ready to use local databases.
Download and Documentation
https://github.com/CentauriSoldier/SQLite3-for-Lua