type-bridge-orm 1.5.3

Async ORM for TypeDB built on type-bridge-core-lib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Schema management: registration, generation, diffing, and synchronization.

pub mod diff;
pub mod error;
pub mod generator;
pub mod info;
pub mod manager;

pub use diff::SchemaDiff;
pub use error::SchemaError;
pub use info::SchemaInfo;
pub use manager::SchemaManager;