Low commit activity in last 3 years
No release in over a year
Pure Ruby driver for PostgreSQL, designed for use with Sequel
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme
= 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.