This n8n community node lets you use PocketBase in your n8n workflows.
PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions, built-in auth management, convenient dashboard UI and simple REST-ish API.
Follow the installation guide in the n8n community nodes documentation.
This module support all CRUD actions, executed as admin.
- Get List
- Get One
- Get Full List
- Get First List Item
- Update
- Create
- Delete
- n8n >=1.49.0
- PocketBase >=0.22.0
- Node.js >=18.10.0
Older versions may work, but are not tested.
This module is a fork of n8n-nodes-pocketbase with some changes:
- All actions are performed as 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.