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)
- func (d *Driver) PartialError() error
- func (d *Driver) SetClientOptions(opts ...api.Option)
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 auth.Credential
Region string
// contains filtered or unexported fields
}
func (*Driver) ListMariaDB ¶ added in v0.0.9
func (*Driver) ListPostgreSQL ¶ added in v0.0.9
func (*Driver) ListSQLServer ¶ added in v0.0.9
func (*Driver) PartialError ¶ added in v0.2.4
func (*Driver) SetClientOptions ¶ added in v0.2.1
Click to show internal directories.
Click to hide internal directories.