pgtail 0.1.2

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

pgtail 0.1.2

### pgtail
Tail your postgres table inserts like a file.
### Installation

$ pip install pgtail

### Usage
To tail a table, run

$ pgtail postgres://user:pass@localhost:5432/database table

By default, it will tail from the last row of the table.
To tail last 10 rows, every 5 seconds, run

$ pgtail postgres://user:pass@localhost:5432/database table 10 5

To see help, run

$ pgtail –help

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.