Expand description
Schema introspection trait.
Driver crates (oxide-sql-sqlite, etc.) implement Introspect
to read the current database schema at runtime. The core crate
defines only the trait so it stays driver-agnostic.
Traitsยง
- Introspect
- Introspects a live database connection to produce a
SchemaSnapshotof the current schema.