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

14 lines
489 B
Markdown

---
title: Using Postgres with Fastify in Nx
description: 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" /%}