Registry / database / rdbi
library1.2.2rbrubygemsunverified

RDBI is a rearchitecture of the Ruby/DBI project providing a modern database access interface.

gem install rdbi
INSTALL
IMPORT
SIG · RDBI
R
rdbi
databaserubyv1.2.2
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.

RDBI
require 'rdbi'

Connect to a database and execute a query using RDBI.

require 'rdbi' dbh = RDBI.connect(:SQLite3, database: 'test.db') result = dbh.execute('SELECT * FROM users')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
rdbi — gem install rdbi · libregistry