Name | Type | Description | Notes |
---|---|---|---|
connection | DatabaseConnectionSettings | Details connection settings for the database. | [optional] |
host | str | The database host. | [optional] |
maintenance_thread_pool_size | int | The maximum number of parallel tasks when executing maintenance tasks. | [optional] |
port | int | The database port. | [optional] |
url | str | The database connection URL. | [optional] |
user | str | The database user. | [optional] |
vendor | str | The database vendor. | [optional] |
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.