postgres-notify 0.3.8

Library that makes it easy to subscribe to PostgreSQL notifications
Documentation
---
source: src/lib.rs
expression: "&execution_log"
---
[
  {
    "Raise": {
      "timestamp": "<timestamp>",
      "level": "INFO",
      "message": "this is a INFO notification"
    }
  },
  {
    "Raise": {
      "timestamp": "<timestamp>",
      "level": "WARNING",
      "message": "this is a WARNING notification"
    }
  }
]