Documentation ¶
Index ¶
- Constants
- Variables
- func NewConvertCmd() *cobra.Command
- func NewDedupCommand() *cobra.Command
- func NewDumpDatabaseCmd() *cobra.Command
- func NewHttpCmd() *cobra.Command
- func NewInitDatabaseCmd() *cobra.Command
- func NewLoadDatabaseCmd() *cobra.Command
- func NewQueryCmd() *cobra.Command
- func NewReplCmd() *cobra.Command
- func NewUpgradeCmd() *cobra.Command
Constants ¶
View Source
const ( KeyBackend = "store.backend" KeyAddress = "store.address" KeyPath = "store.path" KeyReadOnly = "store.read_only" KeyOptions = "store.options" KeyLoadBatch = "load.batch" )
Variables ¶
View Source
var ErrNotPersistent = errors.New("database type is not persistent")
Functions ¶
func NewConvertCmd ¶
func NewDedupCommand ¶
func NewDumpDatabaseCmd ¶
func NewHttpCmd ¶
func NewInitDatabaseCmd ¶
func NewLoadDatabaseCmd ¶
func NewQueryCmd ¶
func NewReplCmd ¶
func NewUpgradeCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.