Added support for Badger as an alternative storage backend

This commit is contained in:
Pijus Kamandulis
2025-03-12 21:06:10 +02:00
parent e526b2269e
commit 813b9faeaa
25 changed files with 1574 additions and 458 deletions

View File

@@ -40,4 +40,5 @@ type DataStore interface {
type DocumentIterator interface {
Next() (Document, DataStoreStatus)
Close()
}