I’ve recently created a new node for n8n, that simplifies working with SQLite3 databases in your workflows. This node allows you to directly interact with SQLite3 databases, making it easier to access and manage your data without writing code.
Capabilities of the SQLite3 Node
- Database Connection: Connect to multiple SQLite3 database by specifying the database file name and location.
- Execute SQL Queries: Perform basic SQL operations like
CREATE
,SELECT
,INSERT
,UPDATE
, andDELETE
from within your n8n workflow. - Automate Data Operations: Use the node to automate interactions with your database, such as running queries on schedule, updating records, or retrieving information to use with other nodes in your workflow.
Maybe something similar already exists, I don’t know but honestly was a nice challenge to better understand how to create custom workflows.
This node is open-source and available on GitHub. If you’re interested, feel free to check it out and contribute!
Hope you enjoy my new node!