package types
import "errors"
var (
ErrDbTypeUnsupported = errors.New("database type unsupported")
)