ObjectiveRocks v0.2.0 Release Notes

  • 🚀 Released on 2015.02.01

    ➕ Added

    • Column Families implementation
    • 🔀 Implementation for Generic Merge Operators
    • Built-In comparator types for NSString, NSNumber, and RocksDB's own native byte-wise comparator
    • Built-In Key-Value encoders and decoders for NSString and NSJSONSerializable types
    • 🔀 Write Batch methods for merge operations
    • 👀 Prefix-based seek iterations
    • ✅ Tests