Registry / database / sbdb
library0.0.12rbrubygemsunverified

Simple Ruby Berkeley DB wrapper library for bdb.

gem install sbdb
INSTALL
IMPORT
SIG · SBDB
S
sbdb
databaserubyv0.0.12
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.

SBDB
require 'sbdb'

Open a Berkeley DB database, store and retrieve a key-value pair

require 'sbdb' db = SBDB::DB.new db.open('test.db', nil, SBDB::DB_BTREE, SBDB::DB_CREATE) db.put('key', 'value') puts db.get('key')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.12latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources
sbdb — gem install sbdb · libregistry