Skip to content

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

Notifications You must be signed in to change notification settings

cristianobarros/querybox

Repository files navigation

Build Status Build status Dependency Status

QueryBox

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

Download lastest version

Features

  • 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

Install

First, clone the repo via git:

git clone https://github.com/cristianobarros/querybox.git

And then install dependencies:

$ cd querybox && npm install

Run

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

Packaging

To package the app for the current platform:

$ npm run dist