1
0
Fork 0
1Panel-Appstore/pgadmin4
renovate[bot] baa4189cf4 chore(deps): update dpage/pgadmin4 docker tag to v9.2 (#3613)
* chore(deps): update dpage/pgadmin4 docker tag to v9.2

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-04-04 00:18:03 +08:00
..
9.2 chore(deps): update dpage/pgadmin4 docker tag to v9.2 (#3613) 2025-04-04 00:18:03 +08:00
README.md feat: 修改应用 README 2023-09-21 16:22:29 +08:00
README_en.md docs: Add English README (#2662) 2024-12-03 21:59:18 +08:00
data.yml feat: The international version of the app supports Korean 2025-02-07 16:25:07 +08:00
logo.png feat: 添加 PGAdmin4 (#246) 2023-08-02 16:59:02 +08:00

README_en.md

PGAdmin 4

PGAdmin 4 is a powerful tool for managing and maintaining PostgreSQL databases. It provides a rich set of features to help database administrators and developers efficiently manage their databases.

Main Features:

Database Connection Management

  • Database Connections: Easily connect to multiple PostgreSQL database servers.
  • Server Groups: Organize and manage database servers by grouping them.

Database Object Management

  • Table Management: View, edit, and delete tables in the database, as well as execute SQL queries.
  • View Management: Create, modify, and delete views in the database.
  • Indexes and Constraints: Create and manage indexes and constraints to improve database performance and ensure data integrity.
  • Functions and Stored Procedures: Manage functions and stored procedures within the database.
  • Triggers: Create and manage triggers to perform actions when specific events occur.
  • External Data Import and Export: Import and export data for backup and migration purposes.

Query Tools

  • SQL Query Editor: Execute SQL queries and view results, with support for SQL syntax highlighting and query history.
  • Visual Query Builder: Build SQL queries using a drag-and-drop interface without writing SQL code.

Data Visualization

  • Table Data Viewer: View database data in a tabular format.
  • Charts and Graphs: Create charts and graphs for more intuitive data presentation.

Database Backup and Restore

  • Database Backup: Create database backups to prevent data loss.
  • Database Restore: Restore databases from backup files.

Security and Permissions Management

  • User and Role Management: Manage database users and roles to control access permissions.
  • Object Permissions: Define and manage access permissions for database objects.
  • SSL Support: Enhance the security of database connections.

Extensibility

  • Plugin Support: Extend PGAdmin 4's functionality through its plugin system.