sea-schema 0.11.0

🌿 SQL schema definition and discovery
Documentation
mod column;
mod constraints;
mod schema;
mod table;
mod types;

pub use column::*;
pub use constraints::*;
pub use schema::*;
pub use table::*;
pub use types::*;