sntl-migrate 0.1.2

Migrations library + CLI helpers for Sentinel ORM
Documentation
1
2
3
4
5
6
7
//! Helpers consumed by the `sntl_migrate::migrate!()` proc-macro.
//!
//! These exist so the macro's generated code has stable paths that don't
//! require it to know about internal `Migrator` constructors.

pub use crate::migration::TxMode;
pub use crate::runner::Migrator;