[go: up one dir, main page]

vespertide-core 0.1.3

Data models for tables, columns, constraints, indexes, and migration actions
Documentation
1
2
3
4
5
6
7
8
pub mod action;
pub mod schema;

pub use action::{MigrationAction, MigrationPlan};
pub use schema::{
    ColumnDef, ColumnName, ColumnType, IndexDef, IndexName, ReferenceAction, TableConstraint,
    TableDef, TableName,
};