Skip to content

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

License

Notifications You must be signed in to change notification settings

rodrigonh/sqlectron-gui

 
 

Repository files navigation

Slack Status Build Status Build status


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

Demo (version 1.0.0)

demo

Development

  • Requires node 4 or higher.

Running the application:

npm run dev

Testing changes of sqlectron-core

This is an easy way to test sqlectron-core changes on the GUI project.

  1. Make the GUI project use the core from ../sqlectron-core directory:
# from sqlectron-gui directory
./scripts/link-sqlectron-core.sh
  1. Start the auto compile of sqlectron-core:
# from sqlectron-core directory
npm run watch
  1. Then run the GUI project normally:
# from sqlectron-gui directory
npm run dev

Set up databases

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

Build

  1. npm install
  2. npm run dist
  3. The installer will be placed at dist folder.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 70.8%
  • JavaScript 28.1%
  • CSS 1.1%