Sha256: de24736906db88e1dc3e35f4ac9fd4d7ef43fbb54970a06e19b52c0ad679703e
Contents?: true
Size: 756 Bytes
Versions: 3
Compression:
Stored size: 756 Bytes
Contents
# PgMigrate The ruby implementation of pg_migrate. *Works with Ruby 2.0!* With this gem, there are two primary features: * Manifest Builder - process a user's pg_migrate manifest into a stable set of SQL migration scripts * Migrator - migrate a database, using a built pg_migrate manifest ## Installation Add this line to your application's Gemfile: gem 'pg_migrate' And then execute: $ bundle Or install it yourself as: $ gem install pg_migrate ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pg_migrate-0.1.14 | README.md |
pg_migrate-0.1.13 | README.md |
pg_migrate-0.1.12 | README.md |