Registry / database / data-objects

data-objects

JSON →
library0.10.17rbrubygemsunverified

Provides a standardized API for communicating with relational databases from Ruby.

database
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.

require 'data_objects'

Connect to a PostgreSQL database and execute a query.

require 'data_objects' connection = DataObjects::Connection.new('postgres://user:pass@localhost/dbname') result = connection.create_command('SELECT * FROM users').execute_reader
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
13 hits · last 30 days
gptbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
Resources