Open Source CouchDB Compatible iOS Database Engine

I’ve mentioned some great libraries for working with databases on the iOS platform such as the FMDB Objective-C SQlite wrapper and the MagicalRecord library for working with Core Data.

CouchDB provides another way for managing data within your apps.

The CouchDB NoSQL database engine has been extremely popular for web based apps for some time, and with the TouchDB iOS library you can easily embed a CouchDB compatible database within an iOS app.

CouchCocoa provides a medium level API for working with TouchDB.

You can find the TouchDB library on Github here.

CouchCocoa can be found on Github here.

Be sure to check out the example which provides an app including a CouchDB compatible database, and shows how to sync with a server.

DeliciousTwitterFacebookRedditLinkedInEmail

Original article: Open Source CouchDB Compatible iOS Database Engine

©2012 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.


Leave a Reply

Your email address will not be published. Required fields are marked *