config

package
v0.0.0-...-d38f34e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RedisImageTag       string = "redis:7.4.1-alpine3.20"
	PostgresImageTag    string = "postgres:17.0-alpine3.19"
	MySQLImageTag       string = "mysql:9.0.1"
	MariaDBImageTag     string = "mariadb:11.2.5-jammy"
	MongoImageTag       string = "mongo:8.0.1-noble"
	MeiliSearchImageTag string = "getmeili/meilisearch:v1.10.3"
	KeyDBImageTag       string = "eqalpha/keydb:latest"
	CouchDbTag          string = "couchdb:3.4.2"
	ClickHouseTag       string = "clickhouse/clickhouse-server:24.3.12-alpine"
)
View Source
const (
	CmdName             = "dbctl"
	CmdShortDescription = "A CLI tool for managing containerized databases"
	CmdLongDescription  = "A command-line tool designed to simplify the management of databases, including creating, deleting, and other operations."
)
View Source
const (
	DockerContainerPrefix string = "dbctl."
	DockerNetworkName     string = "dbctl.network"
	DockerVolumeName      string = "dbctl.volume."
)
View Source
const DNSResolverAddress = "9.9.9.9:80"
View Source
const Version = "1.2.0"

Variables

View Source
var SupportedDatabases = []string{
	"redis",
	"postgres",
	"mysql",
	"mariadb",
	"mongo",
	"meilisearch",
	"keydb",
	"couchdb",
	"clickhouse",
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL