{
  "name": "Create a table in Quest DB and insert data",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        440,
        460
      ]
    },
    {
      "id": null,
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        840,
        460
      ]
    },
    {
      "id": null,
      "name": "QuestDB",
      "type": "n8n-nodes-base.questDb",
      "position": [
        640,
        460
      ]
    },
    {
      "id": null,
      "name": "QuestDB1",
      "type": "n8n-nodes-base.questDb",
      "position": [
        1040,
        460
      ]
    }
  ],
  "connections": {
    "Set": {
      "main": [
        [
          {
            "node": "QuestDB1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "QuestDB": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "QuestDB",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}