dsn

package
v0.464.0 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConnectorMySQLProxy added in v0.460.0

func ConnectorMySQLProxy(ctx context.Context, connector schema.DatabaseConnector) (host string, port int, err error)

ConnectorMySQLProxy creates a MySQL proxy for the given connector. It returns the local address of the proxy and an error if the proxy fails to start. The databse name of the connection to this proxy needs to match the database name in the connector.

The proxy will be automatically closed when the context is cancelled.

func ConnectorPGProxy added in v0.460.0

func ConnectorPGProxy(ctx context.Context, connector schema.DatabaseConnector) (host string, port int, err error)

ConnectorPGProxy creates a Postgres proxy for the given connector. It returns the local address of the proxy and an error if the proxy fails to start. The proxy redirects all database connections to the databse in the given connector.

The proxy will be automatically closed when the context is cancelled.

func MySQLDBName added in v0.459.0

func MySQLDBName(connector schema.DatabaseConnector) (string, error)

func MySQLDSN

func MySQLDSN(dbName string, options ...Option) string

MySQLDSN returns a MySQLDSN string for connecting to the a MySQL database.

func PostgresDBName added in v0.460.0

func PostgresDBName(connector schema.DatabaseConnector) (string, error)

func PostgresDSN

func PostgresDSN(dbName string, options ...Option) string

PostgresDSN returns a PostgresDSN string for connecting to a PG database.

func ResolveMySQLConfig added in v0.455.0

func ResolveMySQLConfig(ctx context.Context, connector schema.DatabaseConnector) (*mysqlauthproxy.Config, error)

func ResolvePostgresDSN

func ResolvePostgresDSN(ctx context.Context, connector schema.DatabaseConnector) (string, error)

Types

type Option

type Option func(*dsnOptions)

func Host

func Host(host string) Option

func Password added in v0.450.0

func Password(password string) Option

func Port

func Port(port int) Option

func Username added in v0.450.0

func Username(user string) Option

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳