SQLite node in n8n!

**

SQLite 10x faster than MySQL/PostgreSQL for local operations

**

SQLite is often underestimated as a professional-grade database, despite powering billions of applications (including Android, iOS, macOS, and even aviation systems). An SQLite node in n8n would be a game-changer for rapid prototyping and lightweight applications.

Proposed SQLite Node Features

Feature Use Case Example
1. Create DB File Initialize new databases on-demand n8n.db
2. Upload Existing DB Migrate or share SQLite files Upload prod_backup.db
3. CRUD Operations Full transaction support INSERT INTO users VALUES (…)
4. Query Builder Visual SQL for non-devs Filter > Sort > Export
5. Backup/Restore Single-file snapshots Backup to Google Drive

Note:

  • I found more projects that keep SQLite scale and replicated in other projects, hope to find the best in building this Node.

Thanks

Great feature request, Ahmed. SQLite is definitely underrated for local operations, and having a dedicated node in n8n would make prototyping and lightweight automation so much smoother. The features you outlined, especially on-demand DB creation, upload support, and backup/restore, would be incredibly useful for developers who want simplicity without spinning up a full database server. Hopefully the n8n team takes this seriously. On a side note, if you’re into building fun and efficient game automations or just want to explore a different kind of card gaming setup, you can check here :joker: for some interesting ideas. Thanks for sharing this proposal!