8000 GitHub - shirone/sqlectron-gui: A simple and lightweight SQL client desktop with cross database and platform support.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shirone/sqlectron-gui

 
 

Repository files navigation


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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.0%
  • HTML 15.4%
  • CSS 3.5%
  • Shell 2.1%
0