pub async fn dump(conn: &DatabaseConnection) -> Result<String>Expand description
Dump the SQLite schema: the CREATE TABLE statements, one per line.
pub async fn dump(conn: &DatabaseConnection) -> Result<String>Dump the SQLite schema: the CREATE TABLE statements, one per line.