Sha256: 57b0979bf95caf172521a440110ff87003c7e3adbb54ad71c3cf90d0fd2d502a
Contents?: true
Size: 1.99 KB
Versions: 2
Compression:
Stored size: 1.99 KB
Contents
= pg * https://bitbucket.org/ged/ruby-pg == Description Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]. It works with PostgreSQL 8.2 and later. == Requirements * Ruby 1.8.7-p249 or later. * PostgreSQL 8.2.x or later installed. It may work with earlier versions as well, but those are not regularly tested. == How To Install Install via RubyGems: gem install pg You may need to specify the path to the 'pg_config' program installed with Postgres: gem install pg -- --with-pg-config=<path to pg_config> See README.OS_X.rdoc for more information about installing under MacOS X, and README.windows.rdoc for Windows build/installation instructions. == Contributing To report bugs, suggest features, or check out the source with Mercurial, {check out the project page}[http://bitbucket.org/ged/ruby-pg]. If you prefer Git, there's also a {Github mirror}[https://github.com/ged/ruby-pg]. After checking out the source, run: $ rake newb This task will install any missing dependencies, run the tests/specs, and generate the API documentation. == Copying This library is copyrighted by the authors. Authors: * Yukihiro Matsumoto <matz@ruby-lang.org> - Author of Ruby. * Eiji Matsumoto <usagi@ruby.club.or.jp> - One of users who loves Ruby. * Jeff Davis <ruby-pg@j-davis.com> Thanks to: * Noboru Saitou <noborus@netlab.jp> - Past maintainer. * Dave Lee - Past maintainer. * Guy Decoux (ts) <decoux@moulon.inra.fr> Maintainers: * Michael Granger <ged@FaerieMUD.org> You may redistribute this software under the terms of the Ruby license, included in the file "LICENSE". The Ruby license also allows distribution under the terms of the GPL, included in the file "GPL". Portions of the code are from the PostgreSQL project, and are distributed under the terms of the BSD license, included in the file "BSD". Portions copyright LAIKA, Inc. == Acknowledgments We are thankful to the people at the ruby-list and ruby-dev mailing lists. And to the people who developed PostgreSQL.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pg-0.12.0.pre263 | README.rdoc |
pg-0.12.0pre258 | README.rdoc |