Skip to content

Quickly extract a slice of dataset from your database!

Notifications You must be signed in to change notification settings

waisuan/pg_dump_lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Context

The aim of this tool is to provide an easy + quick way of extracting a specified subset of data from one database and importing the extracted "slice" into another. This can be especially useful for local development where a developer would need to import a "slice" of production data into their local DB env.

Configure

All that you'd need to touch / care about is in config.yaml.

Execute

bundle install
bundle exec ruby pg_dump_lite.rb

About

Quickly extract a slice of dataset from your database!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages