Module Options.Read_options
Read options
val create : ?verify_checksums:bool -> ?fill_cache:bool -> ?tailing:bool -> unit -> tcreate verify_checksums fill_cache tailingreturns a new ReadOptions object to be used to configure read operations on a RocksDB database. TODO