DBGlass

PostgreSQL client built with Electron.

Github星跟蹤圖

DBGlass

Code Quality

Simple cross-platform PostgreSQL client. Built with Electron, React, Redux, FixedDataTable.

Features

  • Straightforward and easy UI for creating, reading, updating and deleting your data without writing queries
  • Rich markdown editor for your text data
  • Simple constraint editor
  • Connect to through SSH tunnel using password of public key
  • Incredibly fast presentation of large tables

How To Use

You can either

Download Released App

Extract it somewhere, and then run the executable.

or

Package app manually from sources

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/web-pal/dbglass
# Go into the repository
cd dbglass
# Install dependencies and run the app
npm install && npm run dev

App will be running in development mode at this point, in which you can:

Toggle Chrome DevTools
  • OS X: Cmd Alt I or F12
  • Linux: Ctrl Shift I or F12
  • Windows: Ctrl Shift I or F12

See electron-debug for more information.

Ignore default modules

We add some module's peerDependencies to ignore option as default for application size reduction.

  • babel-core is required by babel-loader and its size is ~19 MB
  • node-libs-browser is required by webpack and its size is ~3MB.

Note: If you want to use any above modules in runtime, for example: require('babel/register'), you should move them form devDependencies to dependencies.

Pack into an app for your platform from command line:
npm run package
Building windows apps from non-windows platforms

Please checkout Building windows apps from non-windows platforms.

License MIT

主要指標

概覽
名稱與所有者web-pal/DBGlass
主編程語言JavaScript
編程語言HTML (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2016-10-05 15:49:14
推送於2017-09-29 17:38:29
最后一次提交2016-11-14 11:50:58
發布數7
最新版本名稱v0.1.0-beta.6 (發布於 )
第一版名稱v0.1.0-beta.0 (發布於 )
用户参与
星數1.2k
關注者數49
派生數64
提交數67
已啟用問題?
問題數35
打開的問題數5
拉請求數38
打開的拉請求數1
關閉的拉請求數10
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?