Module Options.Write_options

Write options

type t
val create : ?⁠disable_wal:bool -> ?⁠sync:bool -> unit -> t

create disable_wal sync returns a new WriteOptions object to be used to configure write operations on a RocksDB database. TODO