pub async fn create_database(url: &str) -> Result<(), SqliteError>Expand description
Creates the SQLite database if it doesn’t already exist.
pub async fn create_database(url: &str) -> Result<(), SqliteError>Creates the SQLite database if it doesn’t already exist.