An open API service indexing awesome lists of open source software.

https://github.com/hashload/emigrate

Migration manager for firebird
https://github.com/hashload/emigrate

Last synced: about 1 month ago
JSON representation

Migration manager for firebird

Awesome Lists containing this project

README

          

# Get started

install pip

git clone (emigrate repository)
pip install -r requirements.pip
python emigrate.py


# Configure env
* EMIGRATE_ISQL='/usr/bin/isql-fb'
* EMIGRATE_BASH='bash'
* EMIGRATE_MIGRATIONS='/migrations'
* EMIGRATE_HOST='localhost'
* EMIGRATE_PORT=3050
* EMIGRATE_PATH='/var/lib/firebird/2.5/data/'
* EMIGRATE_DATABASE='firebird.fdb'
* EMIGRATE_USER='SYSDBA'
* EMIGRATE_PASSWORD='masterkey'