This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Prisma
prisma.io
did:plc:m6mbn4cko4m6vyynh7q675df
We generally use `prisma migrate dev` when we're in development working against our local (or remote) development database.
When we want to deploy our changes to production, we use another command in our CI/CD or deployment pipelines:
2025-01-23T14:00:15.865Z