Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 637 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 637 Bytes

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.