We would like to use liquibase but with our .net application as we are using postgres for our backend. Is there any recommendation or example, how to deploy through .net application startup?
I have seen code for java.sql but didn’t find any package to do the same with .net.
I’m not an expert in .net so please bear with me here.
In addition to Ronak’s question, I would like to know if you would be able to execute java jar through your .net application?