sntl-migrate 0.1.2

Migrations library + CLI helpers for Sentinel ORM
Documentation
1
2
3
4
5
6
7
8
//! Schema-diff scaffolding: compute structural changes between two
//! `sntl_schema::Schema` snapshots and emit a SQL skeleton for review.

pub mod compare;
pub mod emit;

pub use compare::{Change, compare};
pub use emit::emit;