0.0.2 • Published 7 years ago

buhoi-migrator v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

buhoi-migrator

PostgreSQL migration tool.

How to use

Having migrations (*.sql) in certain folder, put following Dockerfile inside it.

FROM titarenko/buhoi-migrator
COPY . .

Then build and run it, providing PG environment variable with connection string to database where migrations should be applied.

License

MIT

0.0.2

7 years ago

0.0.1

7 years ago