vespertide 0.1.54

Rust workspace for defining database schemas in JSON and generating migration plans and SQL from model diffs
Documentation
1
2
3
4
5
6
7
8
pub mod runtime;

// Re-export macro for convenient usage
#[doc(inline)]
pub use vespertide_macro::vespertide_migration;

// Re-export other commonly used items
pub use vespertide_core::{MigrationError, MigrationOptions};