🚀 Interact with your databases effortlessly using natural language. Upload your SQL files and let AI handle the complex queries through intelligent, conversational insights. No more SQL headaches! 🧠💡
- 🚀 Get Insights from the database without writing a single line of code
- 🧠 Intelligent Relation and Schema Extraction
- 🤖 Advanced flowchain that provides real-time actual context to the LLMs
- ⚙️ Comprehensive support for MySQL dumps, SQLite files
- 🔍 Longer context memory
Prerequisites: Node.js 18+, npm/yarn, Groq API key
Installation & Run:
git clone <repository-url>
cd aidb
npm install # or yarn install
# Setup .env file with API keys
npm run dev # or yarn dev
Open http://localhost:3000 in your browser to use AIDB.
This project is open source under the MIT License.