awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pgadmin-org avatar

pgadmin-org/pgadmin4

0
View on GitHub↗
3,673 نجوم·865 تفرعات·Python·6 مشاهداتwww.pgadmin.org↗

Pgadmin4

pgAdmin 4 is a web-based management platform used for configuring, querying, and administering PostgreSQL database servers and their internal objects. It provides a graphical interface for performing database operations and a dedicated tool for writing and executing SQL queries with visual result sets.

The application supports multi-user database management, allowing it to be deployed as a networked server where multiple authenticated users can manage shared PostgreSQL database clusters. Alternatively, it can be run as a standalone local desktop application.

The platform covers core administrative areas including server configuration, database instance management, and query development. It also includes integration for SMTP servers to handle automated email notifications.

Features

  • PostgreSQL Administration Tools - Serves as a primary platform for the administration and management of PostgreSQL database instances and objects.
  • Database Server Configurations - Allows the definition of system settings and data directories to control the operation of PostgreSQL instances.
  • Graphical Database Administration - Provides a graphical web interface to perform database operations without requiring manual SQL for routine tasks.
  • Visual Query Tools - Includes a dedicated SQL query tool that displays result sets visually for easier data analysis.
  • SQL Query Editors - Ships a feature-rich visual SQL editor for writing and testing queries against PostgreSQL databases.
  • Multi-User Hosting Environments - Hosts a central server enabling multiple authenticated users to collaboratively manage shared PostgreSQL environments.
  • Database - Integrates low-level PostgreSQL drivers to execute SQL commands and retrieve result sets from the database.
  • Multi-Mode Deployments - Offers flexible deployment options, allowing the tool to run as either a local desktop application or a networked server.
  • Relational - Uses SQLAlchemy to translate database records into Python objects for managing application configuration and metadata.
  • PostgreSQL Cluster Management Platforms - Acts as a server-deployed platform for the multi-user administration of PostgreSQL database clusters.
  • Application Settings - Provides a mechanism for configuring operational parameters such as server ports, data directories, and logging levels.
  • Client-Server Architecture - Implements a structural pattern where a Python server manages state and a JavaScript frontend provides the user interface.
  • Python Web Frameworks - Uses the Flask framework to handle HTTP requests and route interactions between the browser and the database.
  • Template-Driven Rendering - Generates dynamic administration pages by merging Python data models with server-side HTML templates.
  • Databases & Data - Administration and development platform for PostgreSQL.

سجل النجوم

مخطط تاريخ النجوم لـ pgadmin-org/pgadmin4مخطط تاريخ النجوم لـ pgadmin-org/pgadmin4

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة pgadmin-org/pgadmin4؟

pgAdmin 4 is a web-based management platform used for configuring, querying, and administering PostgreSQL database servers and their internal objects. It provides a graphical interface for performing database operations and a dedicated tool for writing and executing SQL queries with visual result sets.

ما هي الميزات الرئيسية لـ pgadmin-org/pgadmin4؟

الميزات الرئيسية لـ pgadmin-org/pgadmin4 هي: PostgreSQL Administration Tools, Database Server Configurations, Graphical Database Administration, Visual Query Tools, SQL Query Editors, Multi-User Hosting Environments, Database, Multi-Mode Deployments.

ما هي البدائل مفتوحة المصدر لـ pgadmin-org/pgadmin4؟

تشمل البدائل مفتوحة المصدر لـ pgadmin-org/pgadmin4: pylons/pyramid — Pyramid is a Python web framework and WSGI toolkit designed for building web applications. It functions as a URL… coleifer/sqlite-web — sqlite-web is a Python-based web application that provides a graphical user interface for browsing, querying, and… doccano/doccano — Doccano is a collaborative data labeling platform and machine learning dataset management system. It provides a… sosedoff/pgweb — pgweb is a web-based database client and graphical administration tool for PostgreSQL. It provides a browser-based… cloudnative-pg/cloudnative-pg — CloudNativePG is a Kubernetes operator designed for the administration, lifecycle management, and high availability of… citusdata/pg_cron — pg_cron is a PostgreSQL job scheduler and background task manager that executes periodic SQL commands directly within…

بدائل مفتوحة المصدر لـ Pgadmin4

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Pgadmin4.
  • pylons/pyramidالصورة الرمزية لـ Pylons

    Pylons/pyramid

    4,086عرض على GitHub↗

    Pyramid is a Python web framework and WSGI toolkit designed for building web applications. It functions as a URL routing engine that maps incoming HTTP requests to specific view callables using both pattern-based routing and hierarchical resource tree traversal. The framework is distinguished by its hybrid dispatch system, allowing developers to combine regular expression URL matching with the ability to resolve requests by navigating a tree of nested objects. It implements a flexible component architecture that supports application registry management, deferred configuration execution, and t

    Pythonpylonspyramidpython
    عرض على GitHub↗4,086
  • coleifer/sqlite-webالصورة الرمزية لـ coleifer

    coleifer/sqlite-web

    4,117عرض على GitHub↗

    sqlite-web is a Python-based web application that provides a graphical user interface for browsing, querying, and editing SQLite database files. It functions as a database management tool that allows users to manipulate table data and manage schemas through a web browser rather than using a command line or raw SQL scripts. The application includes utilities for data migration, enabling the import and export of database content via JSON and CSV file formats. It also provides secure remote access to databases through password access control and SSL encryption. The project covers broader admini

    Python
    عرض على GitHub↗4,117
  • doccano/doccanoالصورة الرمزية لـ doccano

    doccano/doccano

    10,674عرض على GitHub↗

    Doccano is a collaborative data labeling platform and machine learning dataset management system. It provides a web-based interface for teams to import raw text, mark datasets, and export structured annotations for model training. The project specifically supports text annotation for classification and named entity recognition tasks. It enables teams to coordinate multiple users on a single project to maintain consistent labeling guidelines and increase the speed of dataset creation. The system includes tools for data management and team coordination, providing the ability to import raw data

    Python
    عرض على GitHub↗10,674
  • sosedoff/pgwebالصورة الرمزية لـ sosedoff

    sosedoff/pgweb

    9,399عرض على GitHub↗

    pgweb is a web-based database client and graphical administration tool for PostgreSQL. It provides a browser-based interface for executing SQL queries, inspecting schemas, and managing database objects. The tool includes a read-only mode that prevents destructive operations by blocking specific SQL keywords. It supports secure remote access to private instances through native SSH tunneling and encrypted database connections. The application covers a broad range of management capabilities, including multi-environment session management, database structure inspection, and the export of query r

    Gocross-platformgolangpgweb
    عرض على GitHub↗9,399
عرض جميع البدائل الـ 30 لـ Pgadmin4→