n8n SQLite3 Node

JSON →
library 0.4.1 ·javascript
verified Jun 5, 2026

An n8n community node that integrates SQLite3 database operations into n8n workflows. Supports SELECT, INSERT, UPDATE, DELETE, and CREATE operations with automatic query type detection, parameterized queries using @param or $param syntax, and an optional spread-results mode that outputs each row as a separate item. Compatible with any n8n version supporting custom nodes. Current version 0.4.1. Key differentiators: auto-detect mode, spread results for SELECT, and a "use default bindings" option to work around musl libc issues in Alpine containers.