🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

n8n-nodes-insforge

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-insforge

n8n community node for InsForge database operations

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

n8n-nodes-insforge

This is an n8n community node for InsForge - a Backend-as-a-Service platform with PostgreSQL database.

Installation

  • Go to Settings > Community Nodes
  • Click Install a community node
  • Enter n8n-nodes-insforge
  • Click Install

Manual Installation

npm install n8n-nodes-insforge

Credentials

You need to configure InsForge API credentials:

FieldDescription
Base URLYour InsForge backend URL (e.g., https://your-app.region.insforge.app)
API KeyYour InsForge API key

Operations

Row Resource

OperationDescription
GetGet a single row by ID
Get ManyGet multiple rows with optional filters
CreateCreate a new row
UpdateUpdate an existing row
DeleteDelete a row

Get Many Options

  • Select Columns - Specify which columns to return (comma-separated)
  • Order By - Sort results by column (append .desc for descending)
  • Filters - Add conditions to filter results

Filter Operators

OperatorDescription
eqEquals
neqNot equals
gtGreater than
gteGreater than or equal
ltLess than
lteLess than or equal
likePattern match (case sensitive)
ilikePattern match (case insensitive)
isIs null/true/false
inIn list of values

Development

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Lint code
npm run lint

Resources

License

MIT

Keywords

n8n-community-node-package

FAQs

Package last updated on 08 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts