Skip to main content

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.

Modules§

sqlite_helpers
Helper constants and functions for implementing Introspect on SQLite connections. No driver dependency — just SQL strings and type-mapping logic that any SQLite driver crate can use.

Traits§

Introspect
Introspects a live database connection to produce a SchemaSnapshot of the current schema.