basher bash package manager

mbucc/shmig

https://github.com/mbucc/shmig

GitHub Repo stars GitHub top language GitHub issues GitHub tag (latest by date) GitHub last commit GitHub contributors

basher install

## To install this package with basher
$ basher install mbucc/shmig

Description

Database migration tool written in BASH.

I needed some simple, reliable solution with minimum dependencies and able to run in pretty much any POSIX-compatible environment against different databases (PostgreSQL, MySQL, SQLite3).

Usage

$ shmig -t sqlite3 -d test.db create mytable
  generated ./migrations/1470490964-mytable.sql