pub async fn create_db(options: DatabaseOpts) -> Database<SqlitePool>
Expand description
Create a new “sqlite” database (named “main.db”)
pub async fn create_db(options: DatabaseOpts) -> Database<SqlitePool>
Create a new “sqlite” database (named “main.db”)