On Nov 4, 2012, at 7:54 PM, Barry Wark <[email protected]> wrote: > But I'd > like to save every user the ~50MB couchdbx and install the couchdbx-core in > a shared location (e.g. within my app's .app bundle).
It sounds like you want to use CouchDB as a data store for a desktop application. You might consider using TouchDB <http://touchdb.org> instead — it’s much smaller and lighter-weight (less than 500k of Obj-C code.) It runs on OS X as well as iOS. —Jens
