Registry / database / leveldb-ruby

leveldb-ruby

JSON →
library0.15rbrubygemsunverified

LevelDB-Ruby is a Ruby binding to the LevelDB key-value store.

gem install leveldb-ruby
INSTALL
IMPORT
SIG · LEVELDB-RUBY
L
leveldb-ruby
databaserubyv0.15
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.

LevelDB
require 'leveldb'

Store and retrieve a key-value pair

require 'leveldb' db = LevelDB::DB.new('/tmp/mydb') db.put('key', 'value') puts db.get('key')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
leveldb-ruby — gem install leveldb-ruby · libregistry