Remix
Remix
remix/data-table/sql-helpers · TypeView Source

QuoteIdentifier

Summary

Function used to quote SQL identifiers for a dialect.

Signature

type QuoteIdentifier = (value: string) => string;