pub async fn init_schema(pool: &SqlitePool) -> Result<()>Expand description
Run the idempotent schema creation. Split out so callers/tests can (re)apply it against an already-open pool.
pub async fn init_schema(pool: &SqlitePool) -> Result<()>Run the idempotent schema creation. Split out so callers/tests can (re)apply it against an already-open pool.