QuoteIdentifier

View Source

Summary

Function used to quote SQL identifiers for a dialect.

Signature

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