This n8n workflow lets you query databases conversationally using AI and natural language. Supports Postgres, MySQL, SQLite with OpenAI integration and n8n's embedded chat.
This workflow transforms static database access into an interactive AI-driven chat experience. Users can ask questions in plain English, like 'Which tables are available?' or 'Show sales from last month,' and the AI generates SQL queries, executes them on the database, and returns formatted results. It leverages n8n's LangChain nodes including Chat Trigger for real-time messaging, Simple Memory for conversation context, an AI agent to interpret queries and produce SQL, and a Postgres tool (easil
Platform
n8n
Category
Internet of Things
Price
$14.99
Creator
BestWorkflows
AI
Database
Chatbot
Postgres
MySQL
SQLite
LangChain
Natural Language Query
Data Analysis
Automation
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.