Registry / database / toystore

toystore

JSON →
library0.13.2rbrubygemsunverified

An object mapper for anything that can read, write and delete data, providing a simple key-value store interface.

gem install toystore
INSTALL
IMPORT
SIG · TOYSTORE
T
toystore
databaserubyv0.13.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.

Toystore
require 'toystore'

Define a model and persist it using Toystore

require 'toystore' class User include Toystore::Model attribute :name, String end user = User.create(name: 'Alice') puts user.name
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
44
Resources
toystore — gem install toystore · libregistry