ObjectiveRocks 0.1.0
Pre-release
Pre-release
Released on 2015.12.23
- RocksDB Version:
3.9
: facebook/rocksdb@9cda7cb
First release of ObjectiveRocks featuring basic RocksDB functionality:
- Opening and closing RocksDB instances
- Basic DB options
-
Put
,Get
andDelete
operations -
Read
andWrite
options that are specific to single operations -
Atomic
updates viaWrite 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