gmack00 / sqlectron-gui

A simple and lightweight SQL client desktop with cross database and platform support.

Home Page:https://sqlectron.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


A simple and lightweight SQL client with cross database and platform support.

Demo (version 1.0.0)

demo

Current supported databases

Do you wanna support for another SQL database? Please send a pull request to sqlectron-core.

Download

All versions available are at the release page.

Terminal

SQLECTRON has also a terminal-based interface called sqlectron-term.

Configuration

See the available configuration at here.

Development

Running the application:

# first shell window
npm run dev:webpack

# second shell window
npm run dev:electron

Setup databases

You can test it using your own database or use a docker-compose built for us to bring up several different databases.

Build

Package the application using electron-packager and webpack.

npm run build

Building windows apps from non-windows platforms

You will need follow it or build through the docker:

docker-compose dist

About

A simple and lightweight SQL client desktop with cross database and platform support.

https://sqlectron.github.io/

License:MIT License


Languages

Language:JavaScript 79.1%Language:HTML 15.3%Language:CSS 3.6%Language:Shell 2.0%