Description
SQLite databases can be queried and updated from Lua applications through a dedicated SQL module.
This package is useful for developers adding database-backed behavior to Lua scripts, services, or tools. It is a database binding, not a graphical database client.
Database writes can alter important data. Validate queries, credentials, and transaction handling before using it on production systems.