toolu-orm-core 0.1.1

Schema definitions, migrations and driver traits for toolu-orm
Documentation
1
2
3
4
5
6
7
//! Schema snapshots for migration generation.

mod extract;
mod serde_compat;
mod types;

pub use types::{ForeignKeyDef, Snapshot, SnapshotEnum, SnapshotMeta, SnapshotTable};