SQLBot is an intelligent conversational data analysis platform built by the DataEase team. It connects to your databases and lets users ask questions in plain language, automatically generating SQL queries and returning results as data tables or charts — no SQL expertise required.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/dataease/SQLBot/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Deploy SQLBot and run your first query in minutes
How It Works
Understand the LLM + RAG pipeline behind SQLBot
Connect Datasources
Connect MySQL, PostgreSQL, ClickHouse, and more
MCP Integration
Use SQLBot as an MCP server in AI agents
Why SQLBot?
SQLBot bridges the gap between your data and the people who need it. Instead of writing SQL by hand, users ask questions conversationally and get instant answers backed by your actual database.Out of the box
Configure a database and an LLM — that’s all you need to start analyzing data
12+ LLM providers
Works with OpenAI, DeepSeek, Gemini, Qianfan, Kimi, and any OpenAI-compatible endpoint
Secure workspaces
Workspace-level data isolation with fine-grained permission controls
Easy to embed
Embed SQLBot as a chat widget in any web app or connect via MCP
Get started in 3 steps
Deploy SQLBot
Run SQLBot with Docker on any Linux server. The single-container image includes everything — the backend API, frontend UI, and PostgreSQL database.
Configure an LLM and datasource
Log in at
http://your-server:8000 with admin / SQLBot@123456. Go to System Settings → AI Models to add your LLM, then add a database in Datasources.Supported databases
SQLBot connects to all major relational and analytical databases:| Database | Type |
|---|---|
| MySQL / MariaDB | Relational |
| PostgreSQL | Relational |
| Microsoft SQL Server | Relational |
| Oracle | Relational |
| ClickHouse | Analytical |
| Elasticsearch | Search / Analytics |
| Amazon Redshift | Cloud Data Warehouse |
| Apache Hive | Big Data |
| DM (达梦) | Relational |
| Excel / CSV | File Upload |
SQLBot also supports custom database connections through its extensible driver architecture. See the Datasources page for the full list.