A simple and lightweight SQL client with cross database and platform support.
Do you wanna support for another SQL database? Please send a pull request to sqlectron-core.
All versions available are at the release page.
SQLECTRON has also a terminal-based interface called sqlectron-term.
See the available configuration at here.
Running the application:
# first shell window
npm run dev:webpack
# second shell window
npm run dev:electron
You can test it using your own database or use a docker-compose built for us to bring up several different databases.
Package the application using electron-packager and webpack.
npm run build
You will need follow it or build through the docker:
docker-compose dist