xata

Xata Api

Package Information

Released: 2/12/2023
Downloads: 0 weekly / 3 monthly
Latest Version: 0.2.1
Author: am4619

Available Nodes

Documentation

n8n-nodes-xata

This is an n8n community node. It lets you use Xata in your n8n workflows.

Xata is a serverless database with built-in powerful search and analytics.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Append a record to a table
  • Create a record by ID
  • Create or Update a record in a table by ID
  • Delete a recoord from a table
  • List records from a table
  • Read a record from a table
  • Update a record in a table

Credentials

You will need to create an API key

Compatibility

Tested against [email protected]

Usage

if using the filter functionalities, avoid using the full dictionary as in the Xata code snippet. For example to filter records from a table containing the word "TECH" in the product_name column insert the following string in the filter parameter: {'product_name':{'$contains':'TECH'}}

Resources

License

MIT

Version history

0.2.1 Added create record by id
0.1.3 Added upsert

Discussion