mhorse8

Results 1 comments of mhorse8

{ using var db = RocksDb.Open(new DbOptions() .SetCreateIfMissing(true), dbPath); db.CreateColumnFamily(new ColumnFamilyOptions(), "test");//throw null exception }