PritishMishraa / sql-editor

query your local sqlite dbs easily with this go binary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 62.6%Language:Go 22.9%Language:JavaScript 8.4%Language:CSS 4.9%Language:HTML 1.2%