node-pg-native
node-pg-native copied to clipboard
Can I use pg-native using containers?
Hello, i wonder if i can use pg-native
if I run both PostgreSQL and Node.js application on separate docker containers?
Container A: postgres:latest
Container B: node:latest
I use this wrapper for Fastify Framework: https://github.com/fastify/fastify-postgres and set it to native, but I'm not sure if it use pg
or pg-native
. Thank you