Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d3f0/pg_notify_dml
Postgres data manipulation notifications wiht LISTEN/NOTIFY
https://github.com/d3f0/pg_notify_dml
Last synced: 1 day 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T07:05:15.000Z (about 1 year ago)
- Last Synced: 2024-04-16T03:47:24.526Z (9 months 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
```