Meta Configuration of Package pgadmin4
15
1
<package name="pgadmin4" project="SUSE:SLE-15-SP3:Update">
2
<title>Management tool for PostgreSQL</title>
3
<description>pgAdmin 4 is a rewrite of the popular pgAdmin3 management tool for the PostgreSQL
4
(http://www.postgresql.org) database.
5
pgAdmin 4 is written as a web application in Python, using jQuery and Bootstrap
6
for the client side processing and UI. On the server side, Flask is being utilised.
7
8
Although developed using web technologies, we intend for pgAdmin 4 to be usable
9
either on a web server using a browser, or standalone on a workstation. The
10
runtime/ subdirectory contains a QT based runtime application intended to allow
11
this - it is essentially a browser and Python interpretor in one package which
12
will be capable of hosting the Python application and presenting it to the user
13
as a desktop application.</description>
14
</package>
15