public class SqlResult
A row returned from a SELECT query. Access columns by index via col().
public class SqliteDb
Wraps an SQLite database connection with convenience methods.
public class SQL
Singleton database access. Configure the path via SQL_DATABASE_PATH.
public constant SQL_DATABASE_PATH = ":memory:"
🔧 Configurable. Override it in your map’s config package.
Override this in your package to point at your project database.