Module introspect

Module introspect 

Source
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 SchemaSnapshot of the current schema.