dsn

package
v0.403.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MySQLDSN

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

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

func PostgresDSN

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

PostgresDSN returns a PostgresDSN string for connecting to the FTL Controller PG database.

func ResolveMySQLDSN

func ResolveMySQLDSN(ctx context.Context, connector schema.DatabaseConnector) (string, 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 Port

func Port(port int) Option

Jump to

Keyboard shortcuts

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