VSDataStore is a simple key-value data model and data store library for Objective-C based on Objective-C dynamic runtime and BerkeleyDB B-Tree.
Download VSDataStore, drag everything inside src into your Xcode project and you are ready to go.
An example demonstrating the model for User has been included inside examples/user folder.
The documentation for VSDataStore has not been written yet.
VSDataStore is licensed under MIT License.