Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benesch/homebrew-pgloader
https://github.com/benesch/homebrew-pgloader
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/benesch/homebrew-pgloader
- Owner: benesch
- Created: 2014-03-12T08:28:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T20:33:33.000Z (almost 9 years ago)
- Last Synced: 2023-03-22T19:13:14.827Z (over 1 year ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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