fastify/fastify-postgres

Readme.md documentation

Opened this issue · 2 comments

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the issue has not already been raised

Issue

Why should i also install the pg module in addition to the @fastify/postgres module?

Eomm commented

Because you may don't want to use the pg module: https://github.com/fastify/fastify-postgres#pg-option

pg is not direct dependency of this module.
If you don't explicitly install it, it may not exist depends on package manager or command.