Guides
This section includes end-to-end guides for upgrading and deploying Node.js applications that use Prisma, as well as guides for common database-related tasks.
In this section
- Database guides
- Developing with Prisma Migrate
- Adding Prisma Migrate to an existing project
- Team development with Prisma Migrate
- Baselining a database
- Enable PostgreSQL extensions for native database functions
- Include unsupported database features
- Customize a migration file
- Squashing migrations
- Generating down migrations
- Migration troubleshooting in development
- Seeding your database
- Schema prototyping with db push
- Patching / hotfixing a database in production
- Migration troubleshooting in production
- How to use Prisma with multiple database schemas
- How to use Prisma's type system
- Using Prisma with PlanetScale
- Using Prisma with CockroachDB
- Using Prisma with MongoDB
- Troubleshooting
- Advanced database tasks
- Developing with Prisma Migrate
- Performance and optimization
- Development environment
- Testing
- Deployment
- Deployment overview
- Deployment guides
- Deploy to Azure Functions
- Deploying to Heroku
- Deploying to Koyeb
- Deploy to Vercel
- Deploy to AWS Lambda
- Deploying to Cloudflare Workers
- Deploy to Netlify
- Deploy to Deno Deploy
- Deploying migrations from a local environment
- Caveats when deploying to AWS platforms
- Deploying to a different OS
- Prisma and the Serverless Framework
- Deploying database changes with Prisma Migrate
- Upgrading
- Migrate to Prisma