Skip to content

pgdbvw/pgdbvw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Ask on Telegram License: GPL v3

Postgres Database Viewer

Free multi-platform PostgreSQL database tool for developers, SQL programmers, DB administrators. Supports Postgres in most popular browsers.

  • Has same base of features including SQL editor, data viewer, schema viewer, PostgreSQL debugger, etc.
  • Based on psycopg2 and Tornado Server python 3.x.
  • Used Ext JS library.

Download

You can download prebuilt binaries directly from GitHub releases.

Install

Windows

Linux (Debian)

sudo apt-get install git
gunzip pgdbvw_XXX_all.deb.gz
sudo dpkg -i pgdbvw_XXX_all.deb

Running

PostgresDb Viewer (aka PgDbVw) written in pure js with ExtJs library and Pythons libs. Install precompiled version and have fun. You have nothing to do install additional libs or frameworks - only default browser needed.

Windows

pgdbvw.exe

Linux

/usr/lib/pgdbvw/pgdbvw

Documentation

ToDo

  • Generate INSERT/UPDATE/DELETE statement from Result grid.

Notes

  • If you have any questions, suggestions, ideas, etc - write us.
  • Follow us on Telegram channel: https://t.me/pgdbvw
  • Thanks for using PostgreDb Viewer! Star/donate if you like it.

Contribution: help the PgDbVw!

  • We are actively looking for new source code contributors. We have added labels “Good first issue” and “Help wanted” to some tickets. If you want to be a part of our development team just be brave and take a ticket.

Thank you!