Skip to content

Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)

License

Notifications You must be signed in to change notification settings

sasha-alias/sqltabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 3, 2020
71d96dc · May 3, 2020
May 3, 2020
Nov 6, 2019
Jun 16, 2016
Mar 30, 2015
Nov 15, 2019
May 3, 2020
May 30, 2019
May 3, 2020
May 3, 2020
Mar 18, 2017
Sep 11, 2015
Apr 17, 2020
May 17, 2019
Jun 18, 2015
Mar 10, 2017
May 20, 2015
Dec 30, 2016
May 20, 2015
Feb 1, 2017
Nov 15, 2019
May 3, 2020
Mar 22, 2019
May 3, 2020
May 3, 2020
May 27, 2015
Nov 15, 2019

Repository files navigation

SQL Tabs

Rich SQL client. Home www.sqltabs.com

Supported databases:

- Postgresql
- MySQL / MariaDB
- MS SQL
- Amazon Redshift
- AlaSQL

Supported Platforms:

- Mac
- Windows
- Linux

Building

In order to run SQL Tabs from source code follow the next steps: (In case of any issues please report them here)

node.js not higher than v10 is required

  1. Install npm - a javascript package manager

  2. Get the code, install dependencies and build the application:

     git clone https://github.com/sasha-alias/sqltabs
     cd sqltabs
     npm install
    
  3. Run the application:

     npm start
    

Contribution and issues reports are very appreciated.

Platform specific things

You might want to rebuild grpc for firebase driver to work:

    npm rebuild grpc --runtime=electron --target=4.1.0 --target_archx64