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
11
12
13
14
---
source: src/lib.rs
expression: extract_and_clear_logs(&notices)
---
<timestamp>       DEBUG: this is a DEBUG notification
<timestamp>         LOG: this is a LOG notification
<timestamp>        INFO: this is a INFO notification
<timestamp>      NOTICE: this is a NOTICE notification
<timestamp>     WARNING: this is a WARNING notification
<timestamp>      NOTIFY: <pid> sent test=test#1
<timestamp>      NOTIFY: <pid> sent test=test#2
<timestamp>      NOTIFY: <pid> sent test=test#3
<timestamp>      NOTIFY: <pid> sent test=test#4
<timestamp>      NOTIFY: <pid> sent test=test#5