Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pritishmishraa/sql-editor

query your local sqlite dbs easily with this go binary
https://github.com/pritishmishraa/sql-editor

golang react react-embed sql-editor sqlite3 webview

Last synced: 22 days ago
JSON representation

query your local sqlite dbs easily with this go binary

Awesome Lists containing this project

README

        





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](#features)
> - [ Getting Started](#getting-started)
> - [ Installation](#installation)
> - [ Running sql-editor](#running-sql-editor)
> - [ Creating executable](#reating-executable)

---

## Features

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

---

## Getting Started

***Requirements***

Ensure you have the [GO](https://go.dev/doc/install) installed on your system:

* **TypeScript**: `version x.y.z`

### Installation

1. Clone the sql-editor repository:

```sh
git clone https://github.com/PritishMishraa/sql-editor
```

2. Change to the project directory:

```sh
cd sql-editor && go install
```

```sh
cd web && pnpm i
```

### Running sql-editor

Use the following command to run sql-editor:

```sh
cd sql-editor && go run .
```

```sh
cd web && pnpm dev
```

### Creating executable

```sh
go build -o sql-editor .
```

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