Sha256: 39fc028b6d208cbfb3329f39990a0f9f43f73856f1c272b4962897575f0ea62b

Contents?: true

Size: 734 Bytes

Versions: 1

Compression:

Stored size: 734 Bytes

Contents

# PgMigrate

The ruby implementation of pg_migrate.  

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.6 README.md