- Syntax highlighting
- Keywords and table names completion
- Multiple tabs
- Code formatting
- Session restore
- Supported platforms:
- Windows
- Linux
- macOS
- Supported databases:
- MySQL
- PostgreSQL
- SQL Server
- Oracle
First, clone the repo via git:
git clone https://github.com/cristianobarros/querybox.git
And then install dependencies:
$ cd querybox && npm install
Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a server sends hot updates to the renderer process:
$ npm run dev
To package the app for the current platform:
$ npm run dist