pgcopydb
Database copier
Automates copying of databases between Postgres servers with parallel processing and streaming capabilities.
Copy a Postgres database to a target Postgres server (pg_dump | pg_restore on steroids)
1k stars
22 watching
80 forks
Language: C
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dimitri/pgcharts | A web application that takes SQL query text as input and generates various charts from the results. | 391 |
lukasmartinelli/pgclimb | A utility to export data from PostgreSQL into various formats, including JSON and CSV, with support for templates. | 391 |
psycopg/psycopg | A PostgreSQL database adapter for Python | 1,808 |
postgrespro/pg_probackup | A utility to manage periodic backups and recovery of PostgreSQL databases | 719 |
the4thdoctor/pg_chameleon | Replicates data from MySQL to PostgreSQL using Python | 385 |
nakagami/micropg | A driver library for interacting with PostgreSQL databases on MicroPython platforms | 26 |
sindresorhus/cpy | Copies files from source to destination based on glob patterns and options | 426 |
gotidy/copy | Package for fast copying complex data structures of different types | 49 |
alexeyco/pig | A pgx wrapper that simplifies executing and scanning query results in PostgreSQL databases | 16 |
datawan-labs/pg | A client-side PostgreSQL app with a query playground and ERD schema generator for learning and development purposes | 355 |
gleu/pgstats | Collects and displays PostgreSQL statistics for performance monitoring and analysis | 117 |
ged/ruby-pg | A PostgreSQL client library for Ruby that provides a straightforward interface to interact with PostgreSQL databases. | 804 |
2ndquadrant/pglogical | Provides logical replication for PostgreSQL databases with fast and efficient data transfer | 1,042 |
scwilkinson/pd-replicator | A tool that allows users to easily copy data from a pandas DataFrame to the clipboard with one click. | 11 |
karlseguin/pg.zig | A native PostgreSQL client driver written in Zig | 259 |