Skip to content

QuestDB node#

ใช้ QuestDB node ในการอัตโนมัติงานใน QuestDB และเชื่อมต่อกับแอปพลิเคชันอื่น ๆ. n8n รองรับการรัน SQL query และการแทรก rows ลงในฐานข้อมูลของ QuestDB.

ในหน้านี้ คุณจะพบรายการ operations ที่ QuestDB node รองรับ พร้อมกับลิงก์ไปยัง resources เพิ่มเติม.

Credentials

ดู QuestDB credentials สำหรับคำแนะนำในการตั้งค่า authentication.

Operations#

  • Executes a SQL query.
  • Insert rows in database.

Templates and examples#

Browse QuestDB integration templates, or search all templates

Node reference#

Specify a column's data type#

ในการระบุ data type ของ column ให้นำชื่อ column ต่อด้วย :type โดยที่ type คือชนิดข้อมูลที่ต้องการสำหรับ column นั้น. ตัวอย่างเช่น หากคุณต้องการระบุชนิด int สำหรับ column id และชนิด text สำหรับ column name คุณสามารถใช้ snippet ต่อไปนี้ในช่อง Columns: id:int,name:text.