wasp icon indicating copy to clipboard operation
wasp copied to clipboard

Update Prisma to v5

Open infomiho opened this issue 6 months ago • 0 comments

Closes #1281 Closes #1570 Closes #2099

Left to do

  • [x] [Blocker 🔴] Make sure CRUD features works again (Prisma types are not compatible with SuperJSON types for some reason)
  • [x] Update e2e tests
  • [x] ~~Update docs~~ No updates needed
  • [x] Update example apps
  • [x] Update starters
    • https://github.com/wasp-lang/starters/pull/9
    • https://github.com/wasp-lang/open-saas/pull/255
  • [x] Format the outputted schema.prisma to enable checking if users ran the npx prisma command manually
  • [x] Test with the waspc/examples/todoApp
  • [x] Test with a new basic app
  • [x] Test with embeddings app (uses preview features)
    • Works well, still need to update the starters template to have Prisma version in package.json as 5.18.0

infomiho avatar Aug 08 '24 11:08 infomiho