Store and retrieve key-value based data quickly on iOS and OS X using LevelDB Overview Understand how a sorted key-value store like LevelDB can support any app. Learn to use LevelDB from simple C++ code on iOS and OS/X Use LevelDB as a support for any OS/X, iPhone, or iPad app through a series of practical examples In Detail Mobile and standalone desktop apps often need to store and rapidly retrieve data. LevelDB scales from a few simple values up to trillions of records and is flexible enough to store any kind of data. Getting Started with LevelDB progresses through the sophisticated ways to use databases. It starts by explaining how to install and build LevelDB from the basics, and moves on to explain the different Objective-C layers for LevelDB...