Follow-up from #243 / #258. The Prisma plugin was merged as WIP. Remaining work: - [ ] Bump `prisma` and `@prisma/client` to latest (currently pinned to `^4.16.0`, now at v6.x) - [ ] Add `DATABASE_URL` environment variable instead of hardcoding `url` in `schema.prisma` - [ ] Add `todos` about switching database provider (per #243) - [ ] Add npm scripts (`prisma:generate`, `prisma:migrate`, `prisma:seed`) - [ ] Add `--prisma` to E2E "all-flags" tests - [ ] Add dedicated Prisma E2E test
Follow-up from #243 / #258. The Prisma plugin was merged as WIP. Remaining work:
prismaand@prisma/clientto latest (currently pinned to^4.16.0, now at v6.x)DATABASE_URLenvironment variable instead of hardcodingurlinschema.prismatodosabout switching database provider (per Add support for Prisma #243)prisma:generate,prisma:migrate,prisma:seed)--prismato E2E "all-flags" tests