petty-migrate
v0.1.0
Published
the minimalist, pure sql migration tool, you've been looking for
Downloads
4
Readme
petty-migrate
the minimalist, pure sql migration tool, you've been looking for
What?
A simple migration tool that uses plain .sql
file for migrations, no DSL and
support PostgreSQL (more to come? you decide!).
Why?
Most small project you build really only need that but most solutions on npm
are huge. And still, you don't want to go back a single database.sql
you email
or commit to pass to fellow developers.
Getting started
npm install --save petty