Tasks
StubberDB Add Connection
Creates a StubberDB connection. Useful for enabling managed PostgreSQL access for an organization.
Basic usage
Parameters
NOTE
Only one StubberDB connection can currently be linked to an organization at a time. The created connection is always named after the org's current domain and marked as the default connection.
Result
Properties
message string
Confirms that the StubberDB connection was created successfully.
payload object
The newly created StubberDB connection object.
payload.stubberdbuuid string
The generated StubberDB UUID for the new connection.
payload.name string
The connection name. This is always the current domain of the organization.
payload.default boolean
Whether this connection is marked as the default StubberDB for the organization.
payload.connection_name string
The configured backend connection name chosen by the service.
payload.enabled boolean
Whether the new connection is enabled.