postgres-notify 0.3.8

Library that makes it easy to subscribe to PostgreSQL notifications
Documentation
1
2
3
4
5
6
7
8
9
10
---
source: src/lib.rs
expression: extract_and_clear_logs(&notices)
---
<timestamp>        INFO: before sleep
<timestamp>DISCONNECTED: connection closed
<timestamp>   RECONNECT: attempt #1 of 2
<timestamp>   CONNECTED: connection established
<timestamp>        INFO: before sleep
<timestamp>        INFO: after sleep