1.0.7 • Published 6 years ago

pgrestore-cli v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

PG Restore Cli

Extremely simple CLI for using pg_restore

(Currently set up for Rails projects by default)

Install

$ npm install -g pgrestore-cli

or

$ yarn add global pgrestore-cli

Usage

  • Run command pgr in the root of your project
  • Looks for list of databases in ./config/database.yml
  • Gets list of .dump files
  • CLI select interface to select both
  • Runs pg_restore with the selected parameters

Screenshots

example photo

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago