1
0
Fork 0
1Panel-Appstore/pgadmin4
2782d924d3 docs: Add English README (#2662) 2024-12-03 21:59:18 +08:00
..
8.13 feat: add html for international (#2622) 2024-11-29 14:49:35 +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: 优化应用 type 类型 2024-03-20 12:07:23 +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.