Skip to main content

durable_db/
lib.rs

1pub mod migration;
2
3// Generated by: sea-orm-cli generate entity -o crates/durable-db/src/entity --with-serde both
4// Run after applying migrations to a live database.
5// pub mod entity;
6
7pub use migration::Migrator;