A modern, serverless SQL Editor built with Next.js, Tailwind CSS, and Gemini AI.
Want to create your own tables and explore? Use these credentials to access the Demo Database. You have FULL ACCESS to this database (Create, Read, Update, Delete).
| Field | Value |
|---|---|
| Host | gateway01.ap-northeast-1.prod.aws.tidbcloud.com |
| Port | 4000 |
| User | ABuAHqwviSXGzDa.guest |
| Password | guest123 |
| Database | demo1 |
Note: This is a shared demo environment. You can create tables and insert data freely in the
demo1database!
- 🚀 Serverless Architecture: Fast and lightweight.
- 💅 Modern UI: Beautiful dark mode with Tailwind CSS.
- 🤖 AI-Powered: Ask questions in plain English to generate SQL.
- 📊 Data Visualization: Automatically graph your query results.
- 🔌 Universal Connection: Connect to your own TiDB, MySQL.
If you want to run this project locally:
- Clone the repo
- Install dependencies:
npm install - Set up Environment: Create
.env.localwithGEMINI_API_KEY - Run:
npm run dev