Skip to content

TimescaleDB node#

ใช้ TimescaleDB node เพื่อช่วยงานอัตโนมัติใน TimescaleDB และเชื่อมต่อ TimescaleDB กับแอปพลิเคชันอื่น ๆ โดย n8n มีการสนับสนุนฟีเจอร์ต่าง ๆ เช่น การรัน SQL query และการเพิ่ม/อัปเดตแถวในฐานข้อมูล

Credentials

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

Operations#

  • Execute an SQL query
  • Insert rows in database
  • Update rows in database

Templates and examples#

Browse TimescaleDB integration templates, or search all templates

Specify a column's data type#

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