ezeikel
11/13/2021, 11:28 AM1.34
and migrate it over to Prisma 3. The docs for mongo support all seem to refer to starting from scratch. Is there a workflow for moving over? I dont have much data anyway but would just like the schema and resolvers etc to carry overezeikel
11/13/2021, 11:30 AMDmitri Pisarev
11/15/2021, 4:32 AMRyan
11/15/2021, 7:34 AMdb pull
for MongoDB which will currently introspect your existing Prisma 1 database, so you could try that out and give us your feedback 🙂ezeikel
11/16/2021, 3:01 PMdb pull
worked perfectly and gave me a good base to start with. Some of the types and relations were a bit weird but were easy to figure out when comparing the old style schema, the generated one and the docs
I have now moved everything over and after a bit of fixing to match the new API everything is working just as before on the previous version 🚀 Thanks again to you both!Ryan
11/17/2021, 9:01 AM