Description
SQLite databases can be queried and updated from Lua 5.1 through a dedicated SQL module.
This package is useful for developers adding local database storage to Lua scripts or applications. It is a database binding, not a graphical SQLite browser.
Database writes can change or corrupt files if code is wrong. Keep backups and validate queries before using important data.