Level/level-rocksdb

Availability of the Write Ahead Log

underabrightsky opened this issue · 2 comments

Hello,

I'm exploring the level-rocksdb and RocksDB. RocksDB can store a change to its database in a write ahead log to prevent the loss of data if the process crashes. Is the feature available ?

Thank you for the creation of the library

It's enabled by default IIRC.

Thank you