Documentation ¶
Index ¶
- Constants
- Variables
- func NewConvertCmd() *cobra.Command
- func NewDedupCommand() *cobra.Command
- func NewDumpDatabaseCmd() *cobra.Command
- func NewHTTPCmd() *cobra.Command
- func NewHealthCmd() *cobra.Command
- func NewInitDatabaseCmd() *cobra.Command
- func NewLinkedQLSchemaCommand() *cobra.Command
- func NewLoadDatabaseCmd() *cobra.Command
- func NewQueryCmd() *cobra.Command
- func NewReplCmd() *cobra.Command
- func NewSchemaCommand() *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 ¶ added in v0.9.0
func NewHealthCmd ¶ added in v0.9.0
func NewInitDatabaseCmd ¶
func NewLinkedQLSchemaCommand ¶ added in v0.9.0
func NewLoadDatabaseCmd ¶
func NewQueryCmd ¶
func NewReplCmd ¶
func NewSchemaCommand ¶ added in v0.9.0
func NewUpgradeCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.