postguard icon indicating copy to clipboard operation
postguard copied to clipboard

Selectively disable validation of queries

Open andywer opened this issue 7 years ago • 0 comments

Something along those lines:

/* pg-lint:disable */
await database.query(sql`...`)

or

/* pg-lint:disable typechecks */
await database.query(sql`...`)

andywer avatar Jan 06 '19 03:01 andywer