remix/data-table/sql-helpers · TypeView Source
QuoteIdentifier
Summary
Function used to quote SQL identifiers for a dialect.
Signature
type QuoteIdentifier = (value: string) => string;
Function used to quote SQL identifiers for a dialect.
type QuoteIdentifier = (value: string) => string;