Registry / database / do-postgres

do-postgres

JSON →
library0.10.17rbrubygemsunverified

Implements the DataObjects API for PostgreSQL.

gem install do_postgres
INSTALL
IMPORT
SIG · DO-POSTGRES
D
do-postgres
databaserubyv0.10.17
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataObjects
require 'do_postgres'

Connect to PostgreSQL and run a query

require 'do_postgres' connection = DataObjects::Connection.new('postgres://user:pass@localhost/db') result = connection.create_command('SELECT 1').execute_reader result.each { |row| puts row.inspect }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.17latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources
do-postgres — gem install do-postgres · libregistry