Skip to main content

run

Function run 

Source
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.