pg-clone-schema
Schema copier
Utility to create an exact copy of another PostgreSQL schema including data and metadata.
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/
174 stars
11 watching
45 forks
Language: PLpgSQL
last commit: 7 days 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,029 |
shayonj/pg-osc | Tool for making schema changes in PostgreSQL with minimal locks to achieve zero downtime updates. | 540 |
dimitri/pgcopydb | Automates copying of databases between Postgres servers with parallel processing and streaming capabilities. | 1,192 |
yandex/pgmigrate | A tool to manage and automate changes to a PostgreSQL database schema | 631 |
the4thdoctor/pg_chameleon | Replicates data from MySQL to PostgreSQL using Python | 384 |
gabrie30/ghorg | A tool to quickly clone all repositories from an organization or user into a single directory. | 1,586 |
cbbrowne/pgcmp | A toolset for comparing and reconciling Postgres database schemas to ensure consistency and equivalent state between different versions or environments. | 42 |
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,725 |
perseas/pyrseas | A toolset for managing and describing changes to a PostgreSQL database schema | 396 |
potatoqualitee/spreplicator | Replicates data between SharePoint sites and other systems | 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,370 |
michaeldba/pg_get_tabledef | A PostgreSQL function to generate table DDL (Data Definition Language) statements | 47 |