Any example of .net porting or how to do at startup with c# code

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.

Hi @twinklekumarp ,

Would you be able to call liquibase commandline through the .net Application startup class?

Hi @twinklekumarp ,

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?