couchrest_model/lib
Nolan Darilek d8d5645ebd Make bulk saving more flexible.
* Database#save(doc, true) caches the doc in a database-specific bulk
cache.
* Database#save(doc, false), default, saves normally, bulk saving and
emptying the cache if one exists.
* The cache is automatically saved on Database#save if it excedes a
configurable limit, 50 by default.
* Database#bulk_save without arguments saves and clears the bulk save
cache.
2008-12-14 23:17:35 -06:00
..
couchrest Make bulk saving more flexible. 2008-12-14 23:17:35 -06:00
couchrest.rb on the road toward design docs 2008-11-08 16:28:58 -08:00