adelsz / pgtyped

pgTyped - Typesafe SQL in TypeScript
https://pgtyped.dev
MIT License
2.91k stars 94 forks source link

use query config object for queries #545

Open tsnobip opened 10 months ago

tsnobip commented 10 months ago

Hey, would you be open to use node-pg query config object for queries instead of statement and params?

The API is clearer and tends to be more widely supported.