If you want to open Couch database as local file and read it's content and
try to operate JSON objects inside, that is possible.But it would be very
bad idea. Just because there is already written code (couchdb) which does
that and provides you with HTTP API.

On Fri, Jun 26, 2009 at 11:57 AM, <maill...@ol-mars.se> wrote:

> CouchDB stores objects in JSON format right?
>
> 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?)

Reply via email to