DavidSouther / JEFRi

JEFRi: Entity Framework Runtime
http://jefri.org
MIT License
5 stars 1 forks source link

CouchDB Storage #12

Open DavidSouther opened 12 years ago

DavidSouther commented 12 years ago

Implement a Javascript persistence store backed by CouchDB.

DavidSouther commented 12 years ago

CouchDB will work exceptionally well for storing, but get transactions will need a bit of indexing on properties. Using couchdb-lucene should make that pretty straight forward.