Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sasha-alias/sqltabs
Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)
https://github.com/sasha-alias/sqltabs
amazon-redshift firebase-firestore mssql mysql postgresql
Last synced: 11 days ago
JSON representation
Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)
- Host: GitHub
- URL: https://github.com/sasha-alias/sqltabs
- Owner: sasha-alias
- License: gpl-3.0
- Created: 2015-03-30T14:03:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T12:23:30.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T15:00:14.914Z (7 months ago)
- Topics: amazon-redshift, firebase-firestore, mssql, mysql, postgresql
- Language: JavaScript
- Homepage: https://www.sqltabs.com
- Size: 3.65 MB
- Stars: 806
- Watchers: 39
- Forks: 65
- Open Issues: 78
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL Tabs
Rich SQL client. Home [www.sqltabs.com](http://www.sqltabs.com)
Supported databases:
- Postgresql
- MySQL / MariaDB
- MS SQL
- Amazon Redshift
- AlaSQLSupported 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](https://github.com/sasha-alias/sqltabs/issues/39))__node.js not higher than v10 is required__
1. Install [npm](https://www.npmjs.com) - 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 install3. 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