-
Notifications
You must be signed in to change notification settings - Fork 1
/
org.pgadmin.pgadmin4.metainfo.xml
46 lines (44 loc) · 2.83 KB
/
org.pgadmin.pgadmin4.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.pgadmin.pgadmin4</id>
<name>pgAdmin 4</name>
<project_license>PostgreSQL</project_license>
<developer_name>pgAdmin Development Team</developer_name>
<summary>Admin and development platform for PostgreSQL</summary>
<description>
<p>pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. </p>
<ul>
<li>Multiplatform Support: Available on Windows, macOS, and Linux, with a web-based interface for remote access.</li>
<li>Advanced Query Tool: Supports syntax highlighting, code completion, and error indicators for writing and executing SQL queries.</li>
<li>Database Management: Tools for creating, modifying, and deleting databases, tables, and other objects, plus data export/import capabilities.</li>
<li>Schema Design: ERD Tool for designing and documenting schemas.</li>
<li>Routine Maintenance: Auto-vacuum management, backup, restore, and vacuum on demand.</li>
<li>Monitoring Dashboard: Tools for monitoring database performance and health.</li>
<li>User Management: Detailed permissions and access controls for secure database access.</li>
<li>Regular Updates and Community Support: Benefit from regular updates, comprehensive documentation, and community forums for support.</li>
</ul>
<p>pgAdmin 4 simplifies PostgreSQL database management, making it accessible and efficient for developers, database administrators, and data analysts alike.</p>
</description>
<launchable type="desktop-id">org.pgadmin.pgadmin4.desktop</launchable>
<content_rating type="oars-1.1"/>
<metadata_license>CC0-1.0</metadata_license>
<url type="homepage">https://pgAdmin.org/</url>
<url type="faq">https://www.pgadmin.org/faq</url>
<url type="vcs-browser">https://github.com/pgadmin-org/pgadmin4</url>
<url type="bugtracker">https://github.com/pgadmin-org/pgadmin4/issues</url>
<url type="help">https://www.pgadmin.org/docs/pgadmin4/latest/index.html</url>
<screenshots>
<screenshot type="default">
<caption>Welcome screen, standard theme</caption>
<image type="source">https://www.pgadmin.org/static/COMPILED/assets/img/screenshots/pgadmin4-welcome-light.png</image>
</screenshot>
<screenshot>
<caption>Server dashboard</caption>
<image type="source">https://www.pgadmin.org/static/COMPILED/assets/img/screenshots/pgadmin4-dashboard.png</image>
</screenshot>
</screenshots>
<releases>
<release version="8.13.0" date="2024-11-14"><url>https://www.pgadmin.org/docs/pgadmin4/8.13/release_notes_8_13.html</url></release>
<release version="8.12.0" date="2024-09-23"><url>https://www.pgadmin.org/docs/pgadmin4/8.12/release_notes_8_12.html</url></release>
</releases>
</component>