use-db-schema
Schema references, namespaces, versions, objects, and metadata.
This crate is part of the use-database facade workspace. It provides small, engine-neutral vocabulary types and metadata containers. It does not connect to databases, execute queries, run migrations, parse SQL, or model engine-specific behavior.
Example
use SchemaName;
use SchemaRef;
let schema = new.expect;
let reference = new;
assert_eq!;