Skip to main content

ensure_database

Function ensure_database 

Source
pub async fn ensure_database(
    path: &Path,
    migrations: &'static [Migration],
) -> Result<()>
Expand description

Initialize one local Turso database and apply pending migrations.