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

489 B

title description
Using Postgres with Fastify in Nx Learn how to set up and configure PostgreSQL with Fastify in an Nx workspace, including project scaffolding and database integration.

Using Postgres with Fastify in an Nx Workspace

In this example repo, you'll 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" /%}