Skip to content

abhaynahar/jruby-pg

 
 

Repository files navigation

This is a JRuby gem replacement for ruby-pg. The gem should be a drop-in replacement for ruby-pg version 0.17.1. If you see any inconsistency please open an issue {here}(github.com/headius/jruby-pg/issues)

For documentation please refair to the MRI pg gem docs which you can find {here}(www.rubydoc.info/gems/pg/0.17.1/PG). The original ruby-pg project can be found {here on github}(github.com/ged/ruby-pg)

<img src=“travis-ci.org/ged/ruby-pg.png?branch=master” alt=“Build Status” />

The gem has been tested with the following:

  • JRuby 1.7.18

  • PostgreSQL 9.3.6

It may work with earlier versions of Ruby/PostgreSQL as well, but those are not regularly tested.

Install via RubyGems:

gem install jpg

Copyright © 1997-2013 by the authors.

  • Jeff Davis <ruby-pg@j-davis.com>

  • Guy Decoux (ts) <decoux@moulon.inra.fr>

  • Michael Granger <ged@FaerieMUD.org>

  • Lars Kanis <lars@greiz-reinsdorf.de>

  • Dave Lee

  • Eiji Matsumoto <usagi@ruby.club.or.jp>

  • Yukihiro Matsumoto <matz@ruby-lang.org>

  • Noboru Saitou <noborus@netlab.jp>

  • John Shahid <jvshahid@gmail.com>

You may redistribute this software under the same terms as Ruby itself; see www.ruby-lang.org/en/LICENSE.txt or the LICENSE file in the source for details.

Portions of the code are from the PostgreSQL project, and are distributed under the terms of the PostgreSQL license, included in the file POSTGRES.

Portions copyright LAIKA, Inc.

See Contributors.rdoc for the many additional fine people that have contributed to this library over the years.

We are thankful to the people at the ruby-list and ruby-dev mailing lists. And to the people who developed PostgreSQL.

About

A JRuby version of the "pg" gem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 37.8%
  • Ruby 30.8%
  • C 29.1%
  • C++ 1.8%
  • Shell 0.5%