View Source
Function used to quote SQL identifiers for a dialect.
type QuoteIdentifier = (value: string) => string;