Documentation ¶
Index ¶
- type Driver
- func (d *Driver) ListMariaDB(ctx context.Context) ([]schema.Database, error)
- func (d *Driver) ListMySQL(ctx context.Context) ([]schema.Database, error)
- func (d *Driver) ListPostgreSQL(ctx context.Context) ([]schema.Database, error)
- func (d *Driver) ListSQLServer(ctx context.Context) ([]schema.Database, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶ added in v0.0.9
type Driver struct { Credential *common.Credential Region string }
func (*Driver) ListMariaDB ¶ added in v0.0.9
func (*Driver) ListPostgreSQL ¶ added in v0.0.9
Click to show internal directories.
Click to hide internal directories.