Skip to content

An intuitive web-based platform designed for seamless interaction with pSQL databases, whether they're hosted globally or locally on your machine. Tailored with simplicity in mind, it's an ideal tool for students honing their SQL query skills.

Notifications You must be signed in to change notification settings

z1shivam/SQLinterface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

📦 SQL Interface - Web Interface to access pSQL Database

Welcome to SQL Interface! This project provides a user-friendly web interface to interact with your PostgreSQL database. Whether your database is hosted anywhere in the world or on your localhost, SQL Interface makes managing your data a breeze.

Screenshot 2024-04-23 153640

🚀 Getting Started

To get started with SQL Interface, follow these simple steps:

  1. Download the ZIP File: First, download and UNZIP file called sqlint from the releases(source).

Screenshot 2024-04-23 150455

  1. Open Terminal: Navigate to the downloaded sqlint folder using your terminal or command prompt.

Screenshot 2024-04-23 150548

  1. Install Dependencies: Run the following command to install the necessary dependencies:
    npm i
    
    📦 This step is only required for the first time setup.

Screenshot 2024-04-23 150610

  1. Start the Application: After installing the dependencies, run the following command to start the application:
    npm start
    

Screenshot 2024-04-23 150632

💻 Prerequisites

Before running SQL Interface, ensure that you have the following prerequisites installed on your computer:

  • Node.js: Make sure you have Node.js installed. You can download it from here.

  • PostgreSQL: If you want to access a database available on your computer, make sure PostgreSQL is installed. You can download it from here.

🌐 Accessing the Interface

Once the application is up and running, you can access the SQL Interface by navigating to http://localhost:9032 in your web browser.

📝 Additional Notes

  • SQL Interface provides a convenient way to manage your PostgreSQL database without the need for complex commands.

  • Feel free to customize the interface according to your needs and preferences.

  • For any issues or feature requests, please open an issue on GitHub.

🙏 Contribution

Contributions are welcome! If you have any ideas for improvements or new features, feel free to fork the repository and submit a pull request.

Thank you for choosing SQL Interface! Happy querying! 🎉

About

An intuitive web-based platform designed for seamless interaction with pSQL databases, whether they're hosted globally or locally on your machine. Tailored with simplicity in mind, it's an ideal tool for students honing their SQL query skills.

Resources

Stars

Watchers

Forks