Skip to content

syntax-error002/SQLeditor_

Repository files navigation

SQLeditor_

Website

🚀 Overview

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.

✨ Features

  • 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

🛠️ Getting Started

To run SQLeditor_ locally:

Prerequisites

  • Node.js >= 16.x
  • npm or yarn

Installation

git clone https://github.com/syntax-error002/SQLeditor_.git
cd SQLeditor_
npm install

Running Locally

npm run dev
# or
yarn dev

Visit http://localhost:3000 in your browser.

⚙️ Usage

  1. Type your SQL queries in the editor.
  2. Press the "Run" button or use the shortcut Ctrl + Enter.
  3. View results and adjust your query as needed.
  4. Save or copy your queries for future use.

📦 Project Structure

src/
  ├── components/     # React components for UI
  ├── pages/          # Next.js pages
  ├── utils/          # Utility functions
  └── styles/         # CSS/SCSS files

🧑‍💻 Contributing

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit: git commit -m 'Add some feature'
  4. Push to your branch and open a Pull Request.

💬 Feedback & Support

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages