Skip to content

ObjectiveRocks 0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@iabudiab iabudiab released this 11 Jun 20:34
· 313 commits to develop since this release

Released on 2015.12.23

First release of ObjectiveRocks featuring basic RocksDB functionality:

  • Opening and closing RocksDB instances
  • Basic DB options
  • Put, Get and Delete operations
  • Read and Write options that are specific to single operations
  • Atomic updates via Write Batches
  • Key-Value encoders and decoders for converting arbitrary objects to and from NSData
  • Database iteration support
  • Database Snapshots - Read-only view over the entire DB
  • Key Comparators support - For custom key-ordering in the DB
  • Associative Merge Operators support - Atomic read-modify-write operations