Class: RDBI::Driver::PostgreSQL

Inherits:
RDBI::Driver
  • Object
show all
Defined in:
lib/rdbi/driver/postgresql.rb,
lib/rdbi/driver/postgresql.rb

Defined Under Namespace

Classes: Cursor, Database, Statement

Constant Summary collapse

VERSION =
'0.10.0'

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ PostgreSQL

Returns a new instance of PostgreSQL.



8
9
10
# File 'lib/rdbi/driver/postgresql.rb', line 8

def initialize( *args )
  super( Database, *args )
end