sql
Callable
Parameters
sql: readonly string[]
rest...values: unknown[]
Returns any
Index
Methods
lower
Parameters
key: string | (alias: string) => string
Returns string
now
Parameters
optionallength: number
Returns string
ref
Parameters
rest...keys: string[]
Returns RawQueryFragment
upper
Parameters
key: string | (alias: string) => string
Returns string
Alternative to the
raw()
helper allowing to use it as a tagged template function for the simple cases.