https://github.com/d3f0/pg_notify_dml
Postgres data manipulation notifications wiht LISTEN/NOTIFY
https://github.com/d3f0/pg_notify_dml
Last synced: about 1 year ago
JSON representation
Postgres data manipulation notifications wiht LISTEN/NOTIFY
- Host: GitHub
- URL: https://github.com/d3f0/pg_notify_dml
- Owner: D3f0
- License: mit
- Created: 2023-09-05T18:42:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T07:05:15.000Z (over 2 years ago)
- Last Synced: 2025-02-17T10:12:55.240Z (over 1 year ago)
- Language: Python
- Size: 1.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Postgres Notify Data Manipulation Language
This Python package allows to auto-create TRIGGERS that will generate
JSON updates of rows in the configured tables (defaults all) that will
be published though NOTIFY and LISTENed in your framework of choice. Initial
support is for FastAPI.
[Original Idea](./legacy/README.md)
## Development
### Running the tests
```bash
hatch run test
```