VSDataStore
VSDataStore copied to clipboard
Simple Key-Value Data Store for Objective-C
VSDataStore
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.
How to Use
Download VSDataStore, drag everything inside src into your Xcode project and you are ready to go.
Examples
An example demonstrating the model for User has been included inside examples/user folder.
The documentation for VSDataStore has not been written yet.
License
VSDataStore is licensed under MIT License.