A multi-keys-value store written in Swift.
CaesarDatabase is a multi-keys-value store for you to persist data easily without SQL.
As CaesarDatabase use sqlite as its engine, you can always access data via raw SQL.
Requires iOS 8 or later.
###Carthage
Add the following line to your Cartfile.
github "lancy/CaesarDatabase"
Then do carthage update
. After that, add the framework to your project.
###Cocoapods
TODO
TODO
CaesarStore is available under the MIT license.