ouisync::db

Function open_without_migrations

Source
pub async fn open_without_migrations(
    path: impl AsRef<Path>,
) -> Result<Pool, Error>
Expand description

Opens a connection to the specified database. Fails if the db doesn’t exist.