AFAIK, Couchbeam is HTTP-based CouchDB client, while Hovercraft by pass HTTP layer and operates with CouchDB directly. -- ,,,^..^,,,
On Tue, Sep 27, 2011 at 12:14 PM, CGS <[email protected]> wrote: > Well, I suppose there are many other solutions of this type (e.g., > CouchBEAM)... > > > On 09/27/2011 10:00 AM, Alexander Shorin wrote: >> >> By the way, could hovercraft[1] solve this task? No one have interested? >> >> [1] https://github.com/jchris/hovercraft >> >> -- >> ,,,^..^,,, >> >> >> On Tue, Sep 27, 2011 at 11:06 AM, Mark Hahn<[email protected]> wrote: >>>> >>>> Nice! Try this: DELETE /db/?rev=x-y >>> >>> That would work. It would delete the DB. >>> >>> On Mon, Sep 26, 2011 at 11:56 PM, CGS<[email protected]> wrote: >>> >>>> Nice! Try this: DELETE /db/?rev=x-y, where x-y is the revision (never >>>> tried >>>> this before :) ). That if you don't want to use futon. >>>> >>>> >>>> >>>> >>>> On 09/27/2011 08:50 AM, Mark Hahn wrote: >>>> >>>>> There is no document without _id. >>>>> Not true. I've managed to create a doc with a blank id also. I don't >>>>> remember how the bug worked that caused it, but I had to delete the db >>>>> to >>>>> get rid of it. >>>>> >>>>> > >
