Package Information
Released: 2/17/2025
Downloads: 11 weekly / 36 monthly
Latest Version: 3.0.0
Author: igloczek
Available Nodes
Documentation
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
anddelete
actions - Adds support for
skipTotal
parameter
Those modules are not compatible with each other, but can be installed together and used side by side.