Skip to content

open-fidias/db-migration-app

Repository files navigation

DB Migration App

logo

Desktop database migration app based on SQL files.

It's built with Electron and uses marv as the migration tool.

See it in action!

app-in-action

Getting Started

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.

Documentation

https://open-fidias.github.io/db-migration-app

Acknowledgment

This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.

  • marv - Marv is a programmatic database migration tool with plugable drivers for MySQL, SQLite and PostgreSQL.
  • Electron - Build cross platform desktop apps with JavaScript, HTML, and CSS.
  • VueJS - A progressive framework for building user interfaces.
  • Bulma - A modern CSS framework based on Flexbox.