options
Creates, updates, deletes, gets or lists a options
resource.
Overview
Name | options |
Type | Resource |
Id | digitalocean.databases.options |
Fields
Name | Datatype | Description |
---|---|---|
options | object | |
version_availability | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
databases_list_options | SELECT |
| To list all of the options available for the offered database engines, send a GET request to /v2/databases/options . The result will be a JSON object with an options key. |
SELECT
examples
To list all of the options available for the offered database engines, send a GET request to /v2/databases/options
. The result will be a JSON object with an options
key.
SELECT
options,
version_availability
FROM digitalocean.databases.options
;