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
78 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. | 392 |
lukasmartinelli/pgclimb | A utility to export data from PostgreSQL into various formats, including JSON and CSV, with support for templates. | 390 |
psycopg/psycopg | A PostgreSQL database adapter for Python | 1,777 |
postgrespro/pg_probackup | A utility to manage periodic backups and recovery of PostgreSQL databases | 715 |
the4thdoctor/pg_chameleon | Replicates data from MySQL to PostgreSQL using Python | 384 |
nakagami/micropg | A PostgreSQL database driver for MicroPython allowing Python-based access to PostgreSQL databases. | 26 |
sindresorhus/cpy | Copies files from source to destination based on glob patterns and options | 424 |
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 | 349 |
gleu/pgstats | Collects and displays PostgreSQL statistics for performance monitoring and analysis | 118 |
ged/ruby-pg | A PostgreSQL interface library for Ruby | 796 |
2ndquadrant/pglogical | Provides logical replication for PostgreSQL databases with fast and efficient data transfer | 1,027 |
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 | 249 |