Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLClient ¶
func NewMysqlClient ¶
func (*MySQLClient) Close ¶
func (c *MySQLClient) Close() error
type PostgresClient ¶
func NewPostgresClient ¶
func NewPostgresClient(ctx context.Context, dbConf config.PostgresDB) (*PostgresClient, error)
func (*PostgresClient) Close ¶
func (c *PostgresClient) Close() error
func (*PostgresClient) EnsureSchemaMigrationsReady ¶
func (c *PostgresClient) EnsureSchemaMigrationsReady(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.