Skip to main content

init_schema

Function init_schema 

Source
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.