diego.techOriginal post
Rank 1: Thread
Use case:
I want to have, as recommended, a dev and prod project in my appwrite instance. But when I work on dev I do not want to constantly replicate the changes I made to prod. I wish I could have a schema file in my repository and performs migrations like you would with prisma for example.
Is there already a way to do something like this?
Summary
Developers want to manage database schema through repo without constant changes between dev and prod projects. Looking for a way to have a schema file in the repository and perform migrations like with Prisma.