0.3.0 • Published 10 months ago

@aleksrutins/butterfly v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Butterfly

Idiotically simple cross-database queries and migrations

Usage

To create a migration, add <migration-name>.up.sql and <migration-name>.down.sql files in a migrations directory. Write your SQL for applying and reverting the migration in those files, respectively.

Then, call butterfly up to apply all unapplied migrations, butterfly revert to revert the latest migration, or butterfly refresh to revert and re-apply all migrations.

It's that simple!

0.3.0

10 months ago

0.2.0

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago