postguard
postguard copied to clipboard
Selectively disable validation of queries
Something along those lines:
/* pg-lint:disable */
await database.query(sql`...`)
or
/* pg-lint:disable typechecks */
await database.query(sql`...`)