1.0.7 • Published 7 years ago

pgrestore-cli v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago