Skip to main content

create_database

Function create_database 

Source
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.