Skip to content
forked from Paxa/postbird

Open source PostgreSQL GUI client for macOS

License

Notifications You must be signed in to change notification settings

drozdoff/postbird

 
 

Repository files navigation

Postbird

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

postbird-screenshot

postbird-table-screenshot

postbird-structure-screenshot

Download

Version 0.8.0

Postbird-0.8.0.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 [email protected]: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

About

Open source PostgreSQL GUI client for macOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.7%
  • CSS 9.0%
  • HTML 3.0%
  • Shell 0.6%
  • Python 0.4%
  • Ruby 0.2%
  • AppleScript 0.1%