Versions in this module Expand all Collapse all v1 v1.3.0 Feb 14, 2023 Changes in this version + func List(client *gophercloud.ServiceClient, instanceID string) pagination.Pager + type BatchCreateOpts []CreateOpts + func (opts BatchCreateOpts) ToDBCreateMap() (map[string]interface{}, error) + type CreateOpts struct + CharSet string + Collate string + Name string + func (opts CreateOpts) ToMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToDBCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, instanceID string, opts CreateOptsBuilder) (r CreateResult) + type DBPage struct + func (page DBPage) IsEmpty() (bool, error) + func (page DBPage) NextPageURL() (string, error) + type Database struct + CharSet string + Collate string + Name string + func ExtractDBs(page pagination.Page) ([]Database, error) + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, instanceID, dbName string) (r DeleteResult)