github.com/okex/exchain@v1.8.0/libs/tendermint/types/db.go (about)

     1  package types
     2  
     3  import dbm "github.com/okex/exchain/libs/tm-db"
     4  
     5  // DBBackend This is set at compile time.
     6  var DBBackend = string(dbm.GoLevelDBBackend)