Best way to use typedSQL when deploying to multiple places
I have a project which has just enabled typed SQL.
However when I deploy my project multiple containers, multiple databases and multiple sites are deployed/updated.
Currently I build everything before running my database migrations to reduce downtime.
Is there a way to run prisma generate with typedsql without having to connect it to my database?
However when I deploy my project multiple containers, multiple databases and multiple sites are deployed/updated.
Currently I build everything before running my database migrations to reduce downtime.
Is there a way to run prisma generate with typedsql without having to connect it to my database?