Skip to main content

drop_database

Function drop_database 

Source
pub async fn drop_database(url: &str) -> Result<(), SqliteError>
Available on crate feature sqlite only.
Expand description

Drops the SQLite database if it exists.