ObjectiveRocks
ObjectiveRocks copied to clipboard
An Objective-C wrapper for RocksDB - A Persistent Key-Value Store for Flash and RAM Storage.
I want using ObjectiveRocks in our iOS App, but I am not sure does ObjectiveRocks fit iOS 9
- Add keyMayExist methods - Add file deletion methods - Add background work pause and continue methods - Fix spelling mistakes
I'd love to build a project, mine is named Liquid, that uses ObjectiveRocks however if you add the library you can't compile the pod. ``` s.dependency 'ObjectiveRocks' ``` The compiler...
Hello, very nice project, I'm just starting to learn swift and was wondering if it was possible to use this library on linux systems ? thanks