/sequel-postgres-pr

A pure-Ruby (pr) library for accessing PostgreSQL databases

Primary LanguageRuby

= sequel-postgres-pr

This is a library to access PostgreSQL from pure Ruby, without any C library,
with the goal of proper functioning with Sequel's postgres adapter.

The only supported PostgreSQL authentication methods are password and md5. SSL
is not supported. COPY and LISTEN are not supported.

This requires Sequel 5.59.0.  For older versions of Sequel, please use the
jeremyevans-postgres-pr gem.

== Author and Copyright

Copyright (c) 2005, 2008 by Michael Neumann (mneumann@ntecs.de)
Copyright (c) 2009-2022 by Jeremy Evans (code@jeremyevans.net)

Released under the same terms of license as Ruby.