Desktop app to migrate databases based on SQL files
Desktop database migration app based on SQL files.
It’s built with Electron
and uses marv as the migration tool.
To install the app go to Releases Page
and download the app for your system.
The AppImage
version runs on Linux without installation. Just double click it.
The deb
version is for Debian/Ubuntu based systems. You can install through
GDebi
or dpkg
.
sudo dpkg -i db-migration-app_x.x.x_amd64.deb
Replace x
with the actual version.
The exe
version is portable for Windows. Just run as a normal user.
https://open-fidias.github.io/db-migration-app
This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.