Packages
SQLite driver for common_sql, powered by sqlight
Current section
Files
Jump to
Current section
Files
src/common_sql_sqlite.app.src
{application, common_sql_sqlite, [
{vsn, "1.0.2"},
{applications, [common_sql,
gleam_regexp,
gleam_stdlib,
sqlight]},
{description, "SQLite driver for common_sql, powered by sqlight"},
{modules, [common_sql_sqlite,
common_sql_sqlite@@main]},
{registered, []}
]}.