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.
- Execute SQL queries online
- Syntax highlighting ( 🔴 )
- Query history ( 🔴 )
- Export query results ( 🔴 )
- Node.js
- Yarn
- Clone the repository:
git clone https://github.com/Tineshnehete/tinsql.git
- Navigate to the project directory:
cd tinsql
- Install dependencies:
yarn install
- Start the development server:
yarn start
- Open your browser and navigate to
http://localhost:3000
.
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.
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of changes"
- Push to the branch:
git push origin feature-branch
- Open a pull request.
This project is licensed under the MIT License.
For any questions or feedback, please open an issue on GitHub.