10000 GitHub - Paxa/postbird at 0.7.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Paxa/postbird

Repository files navigation

Postbird

Postbird is PostgreSQL GUI client for macOS, written in JavaScript, runs with Electron

postbird-screenshot

postbird-table-screenshot

Download

Version 0.7.1

Postbird-0.7.1.dmg - OS X 10.9+ 64bit

Development

Codeship Status for Paxa/postbird

Pull requests and suggestions are welcome

To run newest version, simply:

git clone git@github.com:Paxa/postbird.git
cd postbird
PATH=$PATH:/Applications/Postgres.app/Contents/Versions/latest/bin/ # to compile postgres native extension
npm install
npm run rebuild_ext
./run

See CONTRIBUTING.md for more details

0