Simple cross-platform PostgreSQL client. Built with Electron, React, Redux, FixedDataTable.
- 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
You can either
Extract it somewhere, and then run the executable.
or
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 devApp will be running in development mode at this point, in which you can:
- 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.
We add some module's peerDependencies to ignore option as default for application size reduction.
babel-coreis required bybabel-loaderand its size is ~19 MBnode-libs-browseris required bywebpackand its size is ~3MB.
Note: If you want to use any above modules in runtime, for example:
require('babel/register'), you should move them formdevDependenciestodependencies.
npm run packagePlease checkout Building windows apps from non-windows platforms.
