Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```