Skip to content

jeremyevans/sequel-postgres-pr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= 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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%