Using Postgres as a Document Store
Lately, I've been working on pgDOWN, which is a Postgres backend for levelup, so that I can support Postgres in Dulcimer. My motivation is to have a CP backend for Duclimer. Currently leveldb (levelDOWN) works great for an embedded backend, and Riak for an AP backend, but I we ...