Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.34 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.34 KB

n8n-nodes-pocketbase-admin

This n8n community node lets you use PocketBase as superuser (admin) in your n8n workflows.

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

This module support all CRUD actions, executed as superuse (admin).

  • Get List
  • Get One
  • Get Full List
  • Get First List Item
  • Update
  • Create
  • Delete

Compatibility

  • n8n >=1.49.0
  • PocketBase >=0.23.0
  • Node.js >=18.10.0

If you are using PocketBase 0.22 or older, please stick with version 1.0.0 of this node, since Pocketbase introduced major changes in the API.

Older versions may work, but are not tested.

Similarity with n8n-nodes-pocketbase

This module is a fork of n8n-nodes-pocketbase with some changes:

  • All actions are performed as superuser (admin)
  • Adds support for getFirstListItem, getFullList and delete actions
  • Adds support for skipTotal parameter

Those modules are not compatible with each other, but can be installed together and used side by side.

Resources