Skip to content

CrateDB node#

ใช้ CrateDB node เพื่อทำงานอัตโนมัติใน CrateDB และ integrate CrateDB กับแอปพลิเคชันอื่นๆ n8n มีการรองรับในตัวสำหรับฟีเจอร์ต่างๆ ของ CrateDB รวมถึงการ execute, insert, และ update rows ใน database

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

Credentials

อ้างอิง CrateDB credentials สำหรับคำแนะนำในการตั้งค่า authentication

Operations#

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

Templates and examples#

Browse CrateDB integration templates, or search all templates

Node reference#

Specify a column's data type#

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