CREATE TABLE mongodb ( key VARCHAR(256) PRIMARY KEY, value JSON );
Also, see https://github.com/umitanuki/mongres
Postgresql speaking the mongodb protocol.
This is currently a prototype. The following operations are supported. db.collection.find() db.collection.insert()
https://postgres.heroku.com/blog/past/2013/6/5/javascript_in...
I don't know how stable/performant it is (I've never needed to use it), however...