Sha256: f804b0d7e29b9a14ecf32b20bb557d32152c9c6e10d35ab53a795dcccbc6bffd
Contents?: true
Size: 414 Bytes
Versions: 2
Compression:
Stored size: 414 Bytes
Contents
# Cubbyhole - The zero config, non-production, datastore Sinatra is dead simple, but it's more interesting to play with if you can store some data. The problem is that setting up ActiveRecord or DataMapper significantly complicates things. Cubbyhole is designed to be absolutely zero config. ```ruby require 'cubbyhole' post = Post.create(:title => "Foo", :text => "Bar") Post.get(post.id).title # => Foo ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cubbyhole-0.2.1 | README.md |
cubbyhole-0.2.0 | README.md |