Skip to content

A streamlined, open-source SQL shell designed for practice and learning purposes. Accessible through any web browser, this tool allows users to execute SQL queries in a simplified environment without needing to set up databases locally.

Notifications You must be signed in to change notification settings

Tineshnehete/tinsql

Repository files navigation

Tinsql

Tinsql is an online SQL editor designed to help users write, execute, and manage SQL queries efficiently. This README provides an overview of the project, setup instructions, and guidelines for contributors.

Features

  • Execute SQL queries online
  • Syntax highlighting ( 🔴 )
  • Query history ( 🔴 )
  • Export query results ( 🔴 )

Getting Started

Prerequisites

  • Node.js
  • Yarn

Installation

  1. Clone the repository:
    git clone https://github.com/Tineshnehete/tinsql.git
  2. Navigate to the project directory:
    cd tinsql
  3. Install dependencies:
    yarn install

Running the Application

  1. Start the development server:
    yarn start
  2. Open your browser and navigate to http://localhost:3000.

Usage

Browser-Based Terminal

Tinsql includes a browser-based terminal for executing SQL queries directly from your web browser. This feature allows you to interact with your database without needing to install any additional software.

  • Open the terminal by clicking on the terminal icon.
  • Type your SQL commands in the terminal.
  • Press "Enter" to execute the commands and see the results instantly.

Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m "Description of changes"
  4. Push to the branch:
    git push origin feature-branch
  5. Open a pull request.

License

This project is licensed under the MIT License.

Contact

For any questions or feedback, please open an issue on GitHub.

About

A streamlined, open-source SQL shell designed for practice and learning purposes. Accessible through any web browser, this tool allows users to execute SQL queries in a simplified environment without needing to set up databases locally.

Topics

Resources

Stars

Watchers

Forks