Go to file
Lea Laux ee5ba1eafe Load one or all database nodes for a server
With a given connection, it is now possible to specify the number of
database nodes for a server: Only one node with the explicit given
database can be loaded or all databases on the server. This is realized
by an extra parameter for the database connection in the tree model and
connection dialog.
2021-03-15 12:27:42 +01:00
pygadmin Load one or all database nodes for a server 2021-03-15 12:27:42 +01:00
tests Initial github release 2020-11-18 11:13:49 +01:00
.gitignore Initial github release 2020-11-18 11:13:49 +01:00
LICENSE Initial github release 2020-11-18 11:13:49 +01:00
README.md Initial github release 2020-11-18 11:13:49 +01:00
setup.py Initial github release 2020-11-18 11:13:49 +01:00

Pygadmin

Pygadmin is a database administration tool written in Python with the framework Qt (PyQt) for the user interface and psycopg2 as a database adapter. The tool is meant for the management of PostgreSQL databases.

Running Pygadmin

Pygadmin is intended to be run as a normal user and with its GUI. Just run the file __main__.py after the installation.

Requirements

  • Python (3.6+)
  • psycopg2
  • PyYAML
  • PyQt5
  • QScintilla
  • keyring

Installing Pygadmin

The file setup.py contains all the requirements. After cloning the repository, Pygadmin can be installed with pip. Just navigate into the pygadmin folder and use pip install . for installing.