Natural Language SQL Queries with OpenAI and MySQL - n8n Workflow | Neura Market
Natural Language SQL Queries with OpenAI and MySQL
Transform natural language questions into SQL queries using OpenAI's GPT and execute them on your MySQL database. Ideal for users who want to interact with databases without writing SQL.
This workflow leverages OpenAI's language model to convert natural language questions into SQL queries, which are then executed on a MySQL database. It includes memory capabilities to recall the last five interactions, enhancing user experience by providing context-aware responses. The setup requires configuring OpenAI API keys and MySQL credentials, ensuring secure and efficient database querying.
Platform
n8n
Category
AI
Price
Free
Creator
Ananya Singh
mySqlTool
stickyNote
agent
chatTrigger
lmChatOpenAi
memoryBufferWindow
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.