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