Registry / database / tokyocabinet

tokyocabinet

JSON →
library1.32.0rbrubygemsunverified

A library for managing a database with hash table, B+ tree, or fixed-length array records.

gem install tokyocabinet
INSTALL
IMPORT
SIG · TOKYOCABINET
T
tokyocabinet
databaserubyv1.32.0
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.

TokyoCabinet
require 'tokyocabinet'

Open a hash database, store and retrieve a key-value pair.

require 'tokyocabinet' db = TokyoCabinet::HDB.new db.open('casket.tch', TokyoCabinet::HDB::OWRITER | TokyoCabinet::HDB::OCREAT) db['key'] = 'value' puts db['key'] db.close
Debug
Known issues
gotchaRequires native C library (libtokyocabinet) to be installed.
fix
Install libtokyocabinet-dev via system package manager before installing the gem.
affects: >= 0
Upgrade
Version history
1.32.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Meta
1
Amazon
1
OpenAI (training)
1
Resources
tokyocabinet — gem install tokyocabinet · libregistry