Sha256: 873f3dadf7bdebbab64762158f95853927f954064a2909d32b83551c54e9f449

Contents?: true

Size: 772 Bytes

Versions: 1

Compression:

Stored size: 772 Bytes

Contents

# PgMigrate

The ruby implementation of pg_migrate.  *Does not currently support 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

1 entries across 1 versions & 1 rubygems

Version Path
pg_migrate-0.1.7 README.md