Documents / @faasjs/pg / RawSql
Type Alias: RawSql
RawSql =
string&object
Trusted SQL fragment marker used to bypass identifier or value escaping.
Values of this type are produced by rawSql. Treat them as already-safe SQL text; the library will embed them without quoting or parameter binding.
Type Declaration
__raw
__raw:
true