Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benesch/homebrew-pgloader


https://github.com/benesch/homebrew-pgloader

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# homebrew-pgloader

**DEPRECATED:** pgloader is now included in [Homebrew][homebrew] itself! Snag it now: `brew update && brew install pgloader`.

An OS X [Homebrew][homebrew] formula to install [PGLoader][pgloader], a
data loading tool for PostgreSQL.

## Usage

Install [Homebrew][homebrew], then:

```
brew update
brew tap benesch/pgloader
brew install pgloader
```

Installed! Now give it a whirl:

```
pgloader --help
pgloader
```

And maybe even check out the [man page][man]:

```
man pgloader
```

Enjoy!

## Credits

Thanks to [Dimitri Fontaine][fontaine], author of PGLoader.

[fontaine]: https://github.com/dimitri
[homebrew]: https://brew.sh
[man]: https://github.com/dimitri/pgloader/tree/master/pgloader.1.md
[pgloader]: https://github.com/dimitri/pgloader