postgres.rb

Path: lib/sequel/adapters/postgres.rb
Last Update: Fri Oct 06 03:25:22 +0000 2017

frozen-string-literal: true

Required files

pg   postgres-pr/postgres-compat   sequel_pg  

Constants

PGError = PG::Error if defined?(PG::Error)
PGconn = PG::Connection if defined?(PG::Connection)
PGresult = PG::Result if defined?(PG::Result)
USES_PG = true
USES_PG = false

[Validate]