Hi. Is there a way to run the migrations via the c...
# prisma-migrate
n
Hi. Is there a way to run the migrations via the client? I'm currently refactoring my express Server with Sequelize ORM to Prisma. With Sequelize I was running the migrations on the Server startup, as the process got integrated in the code. But as far as I have seen with Prisma the only option to run migrations is by the CLI.
f
That is correct. If you have some time it would be great to add your use case to our issue: https://github.com/prisma/prisma/issues/4703