services/storage/schema
SQLite schema and migration. Runs on every startup — DDL is idempotent (CREATE TABLE IF NOT EXISTS). Version-gated migrations use PRAGMA user_version.
Values
pub fn migrate(conn: sqlight.Connection) -> Result(Nil, String)
SQLite schema and migration. Runs on every startup — DDL is idempotent (CREATE TABLE IF NOT EXISTS). Version-gated migrations use PRAGMA user_version.
pub fn migrate(conn: sqlight.Connection) -> Result(Nil, String)