Skip to main content

ensure_table_sqlite

Function ensure_table_sqlite 

Source
pub async fn ensure_table_sqlite(pool: &SqlitePool, table: &str) -> Result<()>