Use the sql
module to enable the Forge SQL capability. You can only define this module once per app.
See Forge SQL for detailed information about implementing this capability.
Adding the sql module to your manifest will trigger a major version upgrade. See Versioning for more details.
The trigger
module invokes a function or calls a remote backend when a product event, app lifecycle event, or data security policy event is fired. For example, as the result of
an issue being created in Jira.
Property | Type | Required | Description |
---|---|---|---|
key |
| Yes |
A key for the module, which other modules can refer to. Must be unique within the manifest. Regex: |
engine | enum | Yes | Specifies which Forge SQL engine your app uses. For now, the only supported value is mysql . |
1 2modules: sql: - key: main engine: mysql
Rate this page: