fixes for delete handling

closes #3
This commit is contained in:
2024-11-27 12:59:49 +00:00
parent 5f1321af29
commit c8dfe128ee
7 changed files with 194 additions and 53 deletions

View File

@@ -33,7 +33,7 @@ type T struct {
BlockCacheSize int
InitLogLevel int
Logger *logger
// DB is the badger db enveloper
// DB is the badger db
*badger.DB
// seq is the monotonic collision free index for raw event storage.
seq *badger.Sequence