I have been learning Python and working some CouchDb tutorials. The most current way to get a couchdb hosted DbaaS looks like Cloudant, since others have shut down.
I got progress developing locally using couchdbkit, which has a very nice DAO mapper in the schema package, and also the standard couchdb-python library has a "mapping" module that works a lot like that.
I can't find this feature in the cloudant library - examples are manipulating JSON directly - have they left it out, or is there an approved ODM library to use?