wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.76k stars 1.14k forks source link

Using Prisma file alongside Wasp #2035

Closed infomiho closed 2 days ago

infomiho commented 1 month ago

This is some highly experimental work to move entities outside of the Wasp file and to put them in a regular schema.prisma file.

In this PR we:

Closes #2002 Closes #2137

Left to do

Probably in a separate PR

Martinsos commented 1 month ago

Awesome stuff @infomiho ! Anything specific you want looked at at the moment, or is all good for now?