porsager / postgres

Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare
The Unlicense
7.09k stars 259 forks source link

Connection transform for empty to null? #740

Open chauhankiran opened 8 months ago

chauhankiran commented 8 months ago

We have undefined option within transform in connection. Do we have something similar for the empty values? If empty value comes, it should be added as null just like undefined with above option enable.