Skip to content
  • hofmockel's avatar
    Fore future use, prevent options beeing shared with other DB objects · c8b92d5a
    hofmockel authored
    For better logging I'm going to inject the rocksdb info_logger into the C++ Wrapper classes
    => The classes on the options object have a member to a DB specific logger
    => This c++ classes can only belong to a SINGLE db
    => For simplicity make this requirement also for the options object itself
    c8b92d5a
Loading