Versions in this module Expand all Collapse all v1 v1.1.2 Jul 4, 2022 v1.1.1 Apr 21, 2022 v1.1.0 Mar 30, 2022 Changes in this version + const LevelDbStr + const PebbleDbStr + func GetDbName(t DBEngineType) string + type DBEngineType int32 + const LevelDb + const PebbleDb + const UnknownDb + func GetExistDBType(file string) DBEngineType + func ParseDbType(str string) (DBEngineType, error)