PostgreSQL Prisma Schema
Launch Express provides you with a prisma.schema file suitable for PostgreSQL. If you want to use PostgreSQL, you don’t need to make any changes.To learn more about the Prisma usage with PostgreSQL check the official
documentation.
- Update your DATABASE_URL in the .env file
.env
- Generate Prisma Client:
- Run migrations: