SQL editor for local sqlite dbs
Developed with the software and tools below.
- view all sqlite dbs
- connect to any db
- query and view the results in ui
Requirements
Ensure you have the GO installed on your system:
- TypeScript:
version x.y.z
- Clone the sql-editor repository:
git clone https://github.com/PritishMishraa/sql-editor
- Change to the project directory:
cd sql-editor && go install
cd web && pnpm i
Use the following command to run sql-editor:
cd sql-editor && go run .
cd web && pnpm dev
go build -o sql-editor .
You can throw this binary into any of your projects and query its sqlite dbs.