pg-clone-schema
Schema replicator
Utility to replicate Postgres schema with its objects
Postgres clone schema utility without need of going outside of database. Makes developers life easy by running single function to clone schema with all objects. It is very handy on Postgres RDS. Utility is sponsored by http://elephas.io/
177 stars
11 watching
44 forks
Language: PLpgSQL
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
2ndquadrant/pglogical | Provides logical replication for PostgreSQL databases with fast and efficient data transfer | 1,042 |
shayonj/pg-osc | Tool for making schema changes in PostgreSQL with minimal locks to achieve zero downtime updates. | 554 |
dimitri/pgcopydb | Automates copying of databases between Postgres servers with parallel processing and streaming capabilities. | 1,216 |
yandex/pgmigrate | A tool to manage and automate changes to a PostgreSQL database schema | 633 |
the4thdoctor/pg_chameleon | Replicates data from MySQL to PostgreSQL using Python | 385 |
gabrie30/ghorg | A tool for quickly cloning and managing repository collections from multiple providers into a single directory | 1,609 |
cbbrowne/pgcmp | A toolset for comparing and reconciling Postgres database schemas to ensure consistency and equivalent state between different versions or environments. | 43 |
kieranrcampbell/clonealign | A software package that uses Bayesian inference to assign gene expression estimates from single-cell RNA-seq and DNA-seq data to specific cancer clones. | 32 |
ekaragodin/clone | Utility to create and clone repositories from URLs | 4 |
fabianlindfors/reshape | Automates schema changes in PostgreSQL without downtime | 1,733 |
perseas/pyrseas | A toolset for managing and describing changes to a PostgreSQL database schema | 400 |
potatoqualitee/spreplicator | Replicates data between various platforms and systems using PowerShell commands | 40 |
schemaplus/schema_plus_pg_indexes | Adds support for PostgreSQL index expressions and operator classes to ActiveRecord | 30 |
imthaghost/goclone | Clones websites by extracting and saving their content to local files. | 1,398 |
michaeldba/pg_get_tabledef | Generates table DDL for the given schema/table in PostgreSQL | 50 |