You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
Hello, i wonder if i can use
pg-nativeif I run both PostgreSQL and Node.js application on separate docker containers?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
pgorpg-native. Thank you