Sylvain (seel-vahn)
06/18/2021, 5:39 AMschema.prisma
files locally (without having to run migrate commands) and directly output the result as SQL (such as: prisma diff schema1.prisma schema2.prisma --sql
).
By any chance - any undocumented way to achieve this? Or is the migration engine tightly coupled to the database itself, as opposed to the schema files?Ryan
06/18/2021, 6:53 AMRyan
06/18/2021, 6:53 AMSylvain (seel-vahn)
06/18/2021, 6:57 AMSylvain (seel-vahn)
06/18/2021, 8:13 AM