postgres_dba
Postgres utility suite
A collection of tools and scripts to simplify Postgres DBA tasks
The missing set of useful tools for Postgres DBAs and all engineers
1k stars
49 watching
118 forks
Language: PLpgSQL
last commit: 29 days ago
Linked from 1 awesome list
dbapostgrespostgres-dbapostgres-serverpostgresqlpsql
Related projects:
Repository | Description | Stars |
---|---|---|
sastraxi/pgsh | Tools for managing a PostgreSQL database like a version control system | 568 |
phppgadmin/phppgadmin | A web-based administration tool for managing PostgreSQL databases | 802 |
morenoh149/postgresdbsamples | A collection of sample databases for PostgreSQL to demonstrate data modeling and support learning and development | 488 |
gregs1104/pgtune | A tool that configures PostgreSQL to optimize its performance based on system resources and workload characteristics. | 1,053 |
psycopg/psycopg | A PostgreSQL database adapter for Python | 1,777 |
tritondatacenter/pgsqlstat | Tools for monitoring Postgres database performance | 130 |
michaeldba/pg_get_tabledef | A PostgreSQL function to generate table DDL (Data Definition Language) statements | 47 |
paradedb/pg_analytics | Enables direct querying of large data volumes from Postgres using a high-performance analytical query engine | 380 |
pszturmaj/ddb | A D programming language client library for interacting with PostgreSQL databases. | 39 |
r-dbi/rpostgres | An R interface to PostgreSQL database | 334 |
haskellari/postgresql-simple | A Haskell client library providing a simple interface to PostgreSQL databases. | 88 |
gmr/queries | A Python library that simplifies access to PostgreSQL databases by providing an easy-to-use API and features like connection pooling. | 256 |
orgrim/pg_back | A tool for backing up PostgreSQL databases with customizable options and formats | 533 |
lpsmith/postgresql-simple | A Haskell client library for interacting with PostgreSQL databases. | 206 |
datawan-labs/pg | A client-side PostgreSQL app with a query playground and ERD schema generator for learning and development purposes | 349 |