awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 dépôts

Awesome GitHub RepositoriesPostgreSQL Administration Tools

Utilities specifically designed for the administration and management of PostgreSQL databases.

Distinct from PostgreSQL Integrations: The candidates focus on protocol compatibility or data sinks rather than a general administration CLI.

Explore 9 awesome GitHub repositories matching data & databases · PostgreSQL Administration Tools. Refine with filters or upvote what's useful.

Awesome PostgreSQL Administration Tools GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • dbcli/pgcliAvatar de dbcli

    dbcli/pgcli

    13,231Voir sur GitHub↗

    pgcli is an interactive command-line interface and database management tool for PostgreSQL. It functions as an interactive SQL shell and query editor that allows users to inspect schemas, manage connections, and run queries against PostgreSQL data sources. The tool is distinguished by its real-time, schema-aware autocompletion for keywords, tables, and columns, as well as dynamic SQL syntax highlighting. It provides safety mechanisms through transaction-aware guardrails that warn against or block destructive statements when no active transaction is detected. Broad capabilities include secure

    Provides a command-line interface for managing PostgreSQL databases with syntax highlighting and query suggestions.

    Pythondatabasepostgrespostgresql
    Voir sur GitHub↗13,231
  • sosedoff/pgwebAvatar de sosedoff

    sosedoff/pgweb

    9,399Voir sur 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

    Provides a comprehensive graphical tool for administering and managing PostgreSQL databases.

    Gocross-platformgolangpgweb
    Voir sur GitHub↗9,399
  • ankane/pgheroAvatar de ankane

    ankane/pghero

    8,880Voir sur GitHub↗

    PgHero is a performance dashboard and diagnostic tool for PostgreSQL. It provides a web interface for monitoring database metrics, analyzing query performance, and managing active connections across multiple database instances. The project distinguishes itself by recording query and storage statistics over time, enabling historical trend analysis through a time-range slider. It also identifies missing indexes by analyzing query patterns and integrates with cloud provider APIs to retrieve system-level hardware statistics such as CPU and IOPS. The tool's broader capabilities cover process admi

    Enables administration of active database connections and the termination of long-running queries.

    Ruby
    Voir sur GitHub↗8,880
  • cloudnative-pg/cloudnative-pgAvatar de cloudnative-pg

    cloudnative-pg/cloudnative-pg

    8,051Voir sur GitHub↗

    CloudNativePG is a Kubernetes operator designed for the administration, lifecycle management, and high availability of PostgreSQL database clusters. It functions as a declarative orchestrator that manages database instances through custom resources and manifests. The project distinguishes itself by automating complex operational tasks, including primary election and failover management via streaming physical replication. It provides specialized tools for database version migrations, supporting both offline in-place upgrades and online migrations through logical replication. The operator cove

    Provides utilities for performing rolling updates, major version upgrades, and read-replica scaling.

    Goautomated-failoverbusiness-continuitydatabase
    Voir sur GitHub↗8,051
  • postgresapp/postgresappAvatar de PostgresApp

    PostgresApp/PostgresApp

    7,741Voir sur GitHub↗

    PostgresApp is a native macOS application that provides a graphical interface for installing and managing PostgreSQL database servers locally. It serves as a local server manager, allowing users to start, stop, and configure database server states without using the command line. The application supports running multiple different versions of the database server simultaneously on a single machine, enabling multi-version compatibility testing and migrations through isolated environments. It also includes a bundle of pre-installed extensions for geospatial processing and vector search, removing

    Serves as a graphical utility specifically designed for the administration and management of PostgreSQL.

    Makefilepostgispostgres
    Voir sur GitHub↗7,741
  • mathesar-foundation/mathesarAvatar de mathesar-foundation

    mathesar-foundation/mathesar

    5,012Voir sur GitHub↗

    Mathesar is a no-code database manager and PostgreSQL GUI that provides a visual interface for managing relational database structures and records. It functions as a low-code data platform for administering schemas, tables, and relationships without the need to write manual SQL commands. The platform allows for the creation of shareable forms to collect data and the management of file attachments linked directly to database records. It includes a PostgreSQL administration tool for controlling database roles, user permissions, and data validation rules. The system covers relational data model

    Includes utilities specifically designed for the administration and management of PostgreSQL databases.

    Svelteairtable-alternativeautomatic-apidatabase-access
    Voir sur GitHub↗5,012
  • citusdata/pg_cronAvatar de citusdata

    citusdata/pg_cron

    3,818Voir sur GitHub↗

    pg_cron is a PostgreSQL job scheduler and background task manager that executes periodic SQL commands directly within the database engine. It functions as an automation tool using standard cron syntax to trigger recurring administrative and data tasks on a defined timetable. The extension provides the capability to manage and trigger scheduled SQL operations across multiple target databases from a single instance. It includes a logging system that acts as an execution auditor, tracking the start time, end time, and success status of every job run. The project covers database maintenance auto

    Provides a comprehensive system for automating recurring administrative and data tasks across PostgreSQL databases.

    Ccronperiodic-jobspostgresql
    Voir sur GitHub↗3,818
  • pgadmin-org/pgadmin4Avatar de pgadmin-org

    pgadmin-org/pgadmin4

    3,673Voir sur GitHub↗

    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 administ

    Serves as a primary platform for the administration and management of PostgreSQL database instances and objects.

    Python
    Voir sur GitHub↗3,673
  • supabase-community/supabase-mcpAvatar de supabase-community

    supabase-community/supabase-mcp

    2,476Voir sur GitHub↗

    This project is a Model Context Protocol server and AI agent database connector. It provides a standardized communication layer that allows language models to interact with relational data stores, read database schemas, and manage PostgreSQL database resources. The implementation acts as a serverless host for the Model Context Protocol, deploying on distributed edge functions to connect AI assistants to a project. This enables AI agents to perform database administration, execute SQL queries, and handle schema migrations through an AI-compatible interface. The system covers broader capabilit

    Provides AI-driven tools for managing PostgreSQL database structures, executing SQL queries, and handling migrations.

    TypeScript
    Voir sur GitHub↗2,476
  1. Home
  2. Data & Databases
  3. PostgreSQL Administration Tools

Explorer les sous-tags

  • Visual Query ToolsIntegrated environments for executing SQL with visual representations of the result sets. **Distinct from PostgreSQL Administration Tools:** Focuses on the visual interaction and result set display rather than general administration utilities