SQLeditor_ is a modern, interactive SQL editor built with TypeScript. It provides a user-friendly interface to write, execute, and visualize SQL queries with instant feedback.
- Interactive SQL Query Editor: Write SQL queries with syntax highlighting and auto-completion.
- Real-Time Execution: See query results instantly as you type.
- Table Visualization: View query output in well-formatted tables.
- Multiple Database Support: Connect and query different database engines (customize as needed).
- Dark/Light Theme Toggle: Switch between UI themes for comfort.
- Save & Share Queries: Save your favorite queries and share links with others. -Ai rich features
To run SQLeditor_ locally:
- Node.js >= 16.x
- npm or yarn
git clone https://github.com/syntax-error002/SQLeditor_.git
cd SQLeditor_
npm installnpm run dev
# or
yarn devVisit http://localhost:3000 in your browser.
- Type your SQL queries in the editor.
- Press the "Run" button or use the shortcut Ctrl + Enter.
- View results and adjust your query as needed.
- Save or copy your queries for future use.
src/
├── components/ # React components for UI
├── pages/ # Next.js pages
├── utils/ # Utility functions
└── styles/ # CSS/SCSS files
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature - Make your changes and commit:
git commit -m 'Add some feature' - Push to your branch and open a Pull Request.
- For issues, open a GitHub Issue
- For questions, reach out via Discussions or contact the maintainer.