Registry / database / simply-stored

simply-stored

JSON →
library0.6.8rbrubygemsunverified

A convenience layer for CouchDB built on top of CouchPotato, simplifying document storage and retrieval.

gem install simply_stored
INSTALL
IMPORT
SIG · SIMPLY-STORED
S
simply-stored
databaserubyv0.6.8
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.

SimplyStored
require 'simply_stored'

Define a CouchDB model with properties and save it.

require 'simply_stored' class User include SimplyStored::Couch property :name end u = User.new(name: 'Alice') u.save
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.8latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
36
Resources
simply-stored — gem install simply-stored · libregistry