Skip to content

Latest commit

ย 

History

History
44 lines (32 loc) ยท 1.65 KB

File metadata and controls

44 lines (32 loc) ยท 1.65 KB

SQL Editor Web App

Typing SVG

A modern, serverless SQL Editor built with Next.js, Tailwind CSS, and Gemini AI.

๐ŸŽฎ Try it Live

Open the App

๐Ÿ”‘ Guest Credentials

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 demo1 database!

โœจ Features

  • ๐Ÿš€ 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.

๐Ÿ“– Read Full Documentation


๐Ÿ› ๏ธ For Developers

If you want to run this project locally:

  1. Clone the repo
  2. Install dependencies: npm install
  3. Set up Environment: Create .env.local with GEMINI_API_KEY
  4. Run: npm run dev