pub fn run(conn: &mut Connection) -> Result<(), SqliteMemoryError>Expand description
Run all pending migrations against the connection. Idempotent: a
connection that already at LATEST_VERSION becomes a no-op.
pub fn run(conn: &mut Connection) -> Result<(), SqliteMemoryError>Run all pending migrations against the connection. Idempotent: a
connection that already at LATEST_VERSION becomes a no-op.