SQL (Preview)

On This Page

    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.

    Properties

    PropertyTypeRequiredDescription
    key

    string

    Yes

    A key for the module, which other modules can refer to. Must be unique within the manifest.

    Regex: ^[a-zA-Z0-9_-]+$

    engineenumYesSpecifies which Forge SQL engine your app uses. For now, the only supported value is mysql.

    Example

    1
    2
    modules:
      sql:
        - key: main
          engine: mysql
    

    Rate this page: