Skip to main content

parse_database_ref

Function parse_database_ref 

Source
pub fn parse_database_ref(sql: &str, dialect: Dialect) -> Result<DatabaseRef>
Expand description

Parse a database reference string like “db” or “catalog.db”. Correctly handles quoted identifiers.