Unresolved
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Dimitris Christodoulou
Dimitris ChristodoulouReporter
Dimitris Christodoulou
Dimitris ChristodoulouSprint
None
Story Points
2
Components
Priority
Instabug
Open Instabug
Sentry
Sentry
Zendesk Support
Zendesk Support
Created August 19, 2024 at 2:43 PM
Updated September 19, 2024 at 8:57 AM
Add support in the core for the operations exposed by the DatabaseManager:
type DatabaseManager { FetchAllDatabases([options FetchAllDatabasesOptions]) ([]DatabaseMetadata, error) DropDatabase(name string, [options DropDatabaseOptions]) error CreateDatabase(name string, [options CreateDatabaseOptions]) error }