Is there a way to execute migrations through my code?
you can do that using connection.runMigrations() method
connection.runMigrations()
Thank you! I'm developing a solution on electron and sqlite. It will be so helpful to my application updates.
good to help 馃憤
Most helpful comment
you can do that using
connection.runMigrations()
method