Function apply
async fn apply(
conn: &Connection,
tables: &Tables,
ddl: &str,
version: i64,
) -> Result<()>Available on crate feature
turso only.Expand description
Applies one migration and records its version atomically.