Function migrate
pub(super) async fn migrate(conn: &Connection, tables: &Tables) -> Result<()>Available on crate feature
turso only.Expand description
Applies every pending migration, bringing the schema up to the latest version. A no-op once the database is current.