# File lib/dbd_pg/Pg.rb, line 54
        def connect(dbname, user, auth, attr)
          Database.new(dbname, user, auth, attr)
        end