Skip to main content

open

Function open 

Source
pub async fn open(options: SqliteConnectOptions) -> Result<SqlitePool>
Expand description

Opens a database at the given path. If the database does not exist, it will be created.