A modern SQL client application.
You can share the result with gist.
https://gist.github.com/hokaccha/e128e1c3a68527ebf2c50d5e95a089b1
- MySQL
- PostgreSQL (Redshift)
- BigQuery
- Athena
- Treasure Data
- Hive
- Impala
- Presto
- And more!
You can download and install from GitHub release.
Automatic update is not implemented yet. Download and override from GitHub release manually.
- macOS
- Windows
- Linux
You can start the application with following commands.
$ npm install -g yarn
$ cd bdash
$ yarn
$ npm run build:sqlite3
$ npm start
After changing the code, you can reload with ⌘+R
to apply the change.
MIT