nx/docs/shared/recipes/database/serverless-fastify-planetscale.md

15 lines
539 B
Markdown

---
title: Using PlanetScale with Serverless Fastify
description: Learn how to integrate PlanetScale database with Fastify in a serverless environment using Netlify functions in an Nx workspace.
---
# Using PlanetScale with Serverless Fastify
In this example repo, you'll learn how to:
- Use Netlify serverless functions
- Integrate Fastify with Netlify functions
- Use PlanetScale with Fastify
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/serverless-fastify-planetscale#serverless--fastify--planetscale" /%}