Nicolas Steinmetz wrote:
2009/6/26 <[email protected]>
Is there any way to extract these JSON objects from CouchDB directly?
The server that extracts from the db are supposed to present JSON
objects, so it would be stupid to create new objects if they are stored
in the correct syntax.
Is this possible in Python? (if not, in any other language?)
Did you try couchdbkit ? See http://www.couchdbkit.org which aims to access
CouchDB from python.
I have used couchdb-python in the past and that was also very nice:
http://code.google.com/p/couchdb-python/
Nils.