You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A note is that watch in Unix simply re-runs a command every n seconds. However, it’s not particularly customizable in Python and also doesn't “follow” changes in the sense of keeping track of what was already displayed, so we would not go with that approach.
Something similar to: watch -n 5 psql -h localhost -U DB_USER -c "SELECT * FROM DB_TEST;" DB_TESTING.
In order to see changes in DB continuously via peepdb cli.
The text was updated successfully, but these errors were encountered: