ObjectiveRocks icon indicating copy to clipboard operation
ObjectiveRocks copied to clipboard

An Objective-C wrapper for RocksDB - A Persistent Key-Value Store for Flash and RAM Storage.

Results 5 ObjectiveRocks issues
Sort by recently updated
recently updated
newest added

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