Skip to main content

create_database

Function create_database 

Source
pub async fn create_database(url: &str) -> Result<(), SqliteError>
Expand description

Creates the SQLite database if it doesn’t already exist.