public static LevelDB.ReadOptions CreateSnapshot(LevelDB.DB db) { return(new LevelDB.ReadOptions() { Snapshot = db.CreateSnapshot() }); }