Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.52 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.52 KB
Logo

robosql

Minimalistic and simplistic sql client under development

Features

✨ Minimalistic SQL client

✨ Designed to be simple and minimal to get basic things done rather than being feature packed

🔥 Not an replacement for any tool, it's a tool on its own league

🔥 Local only: all your data are saved locally, no cloud sync or sh*t like that

🔥 Under development, that means app will be improved and maintained consistently

Headshots

Screenshot 2025-01-11 at 22 31 02

Technologies Used

Contribute to the Project

To run this project locally, follow these steps:

  1. Clone the repository.
    git clone https://github.com/therealrinku/robosql.git
    
  2. Install the dependencies.
    yarn install
    
  3. Run the project.
    yarn start
    

Build and create a package

yarn package