mirror of
https://github.com/djhackersdev/minime.git
synced 2026-03-21 17:54:13 -05:00
types: Declare ON CONFLICT ... DO NOTHING clause
This commit is contained in:
parent
5f09c00eb4
commit
48aeb1c9d2
2
types/sql-bricks-postgres/index.d.ts
vendored
2
types/sql-bricks-postgres/index.d.ts
vendored
|
|
@ -3,6 +3,8 @@ declare module "sql-bricks-postgres" {
|
|||
export * from "sql-bricks";
|
||||
|
||||
interface OnConflictClause {
|
||||
doNothing(): sql.Statement;
|
||||
|
||||
doUpdate(colNames: string[]): sql.Statement;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user