Description
SQLite databases can be opened, queried, and updated from Lua applications through native bindings.
This package is useful for developers adding local database storage to Lua scripts, tools, or plugins. It is a database library, not a graphical database browser.
Database writes can change or corrupt files if code is wrong. Keep backups and validate queries before using them on important data.