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.
pub async fn open(options: SqliteConnectOptions) -> Result<SqlitePool>Opens a database at the given path. If the database does not exist, it will be created.