Skip to content

PritishMishraa/sql-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL-EDITOR

SQL editor for local sqlite dbs

license last-commit repo-top-language repo-language-count

Developed with the software and tools below.

Go Vite React TypeScript


Quick Links


Features

  • view all sqlite dbs
  • connect to any db
  • query and view the results in ui

Getting Started

Requirements

Ensure you have the GO installed on your system:

  • TypeScript: version x.y.z

Installation

  1. Clone the sql-editor repository:
git clone https://github.com/PritishMishraa/sql-editor
  1. Change to the project directory:
cd sql-editor && go install
cd web && pnpm i

Running sql-editor

Use the following command to run sql-editor:

cd sql-editor && go run .
cd web && pnpm dev

Creating executable

go build -o sql-editor .

You can throw this binary into any of your projects and query its sqlite dbs.

About

query your local sqlite dbs easily with this go binary

Topics

Resources

Stars

Watchers

Forks