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.