nx/docs/shared/recipes/database/postgres-fastify.md

294 B
Raw Blame History

Using Postgres with Fastify in an Nx Workspace

In this example repo, youll learn how to:

  • Setup Fastify to use Postgres
  • Leverage Nx generators to scaffold out projects

{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/fastify-postgres#nx--fastify--postgres" /%}