Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSupportedDatabaseOEMs ¶
func GetSupportedDatabaseOEMs() []string
Types ¶
type DBClient ¶
type DBClient struct {
// contains filtered or unexported fields
}
func NewDBClient ¶
func NewDBClientWithConfig ¶
func (*DBClient) RunMigrations ¶
func (*DBClient) SetupDatabase ¶
type DBConfig ¶
type DBConfig struct { DbOemName OemName `envconfig:"DB_OEM_NAME" required:"true"` Parameters *DBParameters }
type DBParameters ¶
type SdkDbClient ¶
type SdkDbClient interface { }
Click to show internal directories.
Click to hide internal directories.