Sha256: 54f5a50f01f21c75aaaf24713b7747d8dc8fc194fe7bda07d19257cb0f75f7c1

Contents?: true

Size: 954 Bytes

Versions: 3

Compression:

Stored size: 954 Bytes

Contents

# postgres-copy

This Gem will enable your AR models to use the PostgreSQL COPY command to import/export data in CSV format.
It's still in its ealry stages of development, *not production ready*.

## Install

    gem install postgres-copy

## Usage

The gem will add two aditiontal class methods to ActiveRecord::Base as a monkey patch (I'll change this soon):

* pg_copy_to (description yet to be added)
* pg_copy_from (description yet to be added)


## Note on Patches/Pull Requests
 
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

## Copyright

Copyright (c) 2011 Diogo Biazus. See LICENSE for details.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
postgres-copy-0.3.4 README.md
postgres-copy-0.3.3 README.md
postgres-copy-0.3.2 README.md