toolu-orm-core 0.1.2

Schema definitions, migrations and driver traits for toolu-orm
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Tests for schema diffing (migration generation).

mod enum_diffs;
mod fk_diffs;
mod index_diffs;
mod rename_diffs;
mod table_diff_scenarios;
mod table_operation_variants;
mod test_helpers;

pub(crate) use test_helpers::{col, table};