Skip to content

routier-collection


routier-collection / plugins/postgresql/src / SqlOperation

Type Alias: SqlOperation

SqlOperation = object

Defined in: plugins/postgresql/src/types.ts:3

Properties

sql

sql: string

Defined in: plugins/postgresql/src/types.ts:4


params

params: any[]

Defined in: plugins/postgresql/src/types.ts:5


conflictCheck?

optional conflictCheck: object

Defined in: plugins/postgresql/src/types.ts:7

Present on a token-checked UPDATE: zero affected rows means a concurrency conflict on this row.

id

id: unknown

Released under the MIT License.