pub async fn drop_database(url: &str) -> Result<(), SqliteError>Available on crate feature
sqlite only.Expand description
Drops the SQLite database if it exists.
pub async fn drop_database(url: &str) -> Result<(), SqliteError>sqlite only.Drops the SQLite database if it exists.