GetDB gets the database.
()
| 311 | |
| 312 | // GetDB gets the database. |
| 313 | func (d *Driver) GetDB() *sql.DB { |
| 314 | return d.db |
| 315 | } |
| 316 | |
| 317 | // getDatabases gets all databases of an instance. |
| 318 | func (d *Driver) getDatabases(ctx context.Context) ([]*storepb.DatabaseSchemaMetadata, error) { |
no outgoing calls
no test coverage detected