db/db.go (view raw)
1package db 2 3import ( 4 "github.com/dgraph-io/badger/v3" 5) 6 7var DB *badger.DB