doctrine / KeyValueStore

Abstraction for Key-Value to Plain Old PHP Object mapping
http://www.doctrine-project.org
MIT License
200 stars 59 forks source link

Added CouchDB storage #47

Closed EmanueleMinotto closed 8 years ago

EmanueleMinotto commented 9 years ago

Closes https://github.com/doctrine/KeyValueStore/issues/40

beberlei commented 8 years ago

CouchDB Supports range queries, so you could add support for that.

Ocramius commented 8 years ago

:+1: