Reputation: 718
I'm looking for a way of embedding a CouchDB instance on an OSX app so the user doesn't have to install anything. Is this possible?
I've looked into CouchDBX but it seems it's completely abandon, and couldn't find a replacement.
Upvotes: 4
Views: 288
Reputation: 2862
I think you might be looking at TouchDB as a suitable option https://github.com/couchbaselabs/TouchDB-iOS
This allow you to build it inside the app and the user will not have to do anything.
Upvotes: 1