maybeQuoteIdentifier
maybeQuoteIdentifier(
value):string
Defined in: packages/contracts/src/sql-identifier.ts:125
Quote only when required: bare for a simple, non-reserved identifier; quoted otherwise. Keeps generated SQL stable for the common case while never emitting a reserved word or mixed-case name unquoted.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string