Registry / serialization / kvx
library1.1.3rbrubygemsunverified

Conveniently store and retrieve simple data as plain text using a hash-like format or XML.

gem install kvx
INSTALL
IMPORT
SIG · KVX
K
kvx
serializationrubyv1.1.3
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.

Kvx
require 'kvx'

Store and retrieve key-value pairs

require 'kvx' store = Kvx::Store.new('data.kvx') store['key'] = 'value' puts store['key']
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
kvx — gem install kvx · libregistry