Hi!
Thank you for allowing a free tier for neon.tech, it really helps for work to show off that it’s worth switching over to Postgres/neon.
I am writing a small demo that uses AWS Lambda. And the guide says/recommends node-postgres
/pg
. However I’m wondering if it’s also possible to use something like: GitHub - porsager/postgres: Postgres.js - The Fastest full featured PostgreSQL client for Node.js and Deno ? Mainly for the tagged template literal support.
Or is node-postgres
the recommended way because of some technical reason?