Skip to main content

system_schema_name

Function system_schema_name 

Source
pub fn system_schema_name(schema: &str) -> Option<&'static str>
Expand description

Returns the canonical name of the system schema schema refers to, ignoring ASCII case, or None if it is not one.

Only system schemas are matched case-insensitively, as MySQL does; user schema names keep the case they were created with.