0.2.1 • Published 1 year ago

n8n-nodes-xata v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 n8n@0.214.2

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

0.2.1

1 year ago

0.2.0

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago