pub trait HasSchema { // Required method fn schematic(&self) -> &Schematic; }
Access to a connection’s schema.
Returns the schema for the database.