A simple and lightweight SQL client with cross database and platform support.
- Databases - List of current supported databases.
- Download - Installers, binaries and source.
- Configuration - List of saved servers and custom configurations.
- Keyboard Shortcuts - List of shortcuts.
- Wiki - Other docs.
- Terminal - A terminal-based interface of SQLECTRON.
- Requires node 4 or higher.
Running the application:
npm run dev
This is an easy way to test sqlectron-core changes on the GUI project.
- Make the GUI project use the core from
../sqlectron-core
directory:
# from sqlectron-gui directory
./scripts/link-sqlectron-core.sh
- Start the auto compile of sqlectron-core:
# from sqlectron-core directory
npm run watch
- Then run the GUI project normally:
# from sqlectron-gui directory
npm run dev
You can test it using your own database or use a docker-compose built for us to bring up several different databases.
npm install
npm run dist
- The installer will be placed at
dist
folder.