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

https://github.com/plugarut/pgoutput-py


https://github.com/plugarut/pgoutput-py

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# pgoutput-py

`pgoutput-py` is a Python library for decoding PostgreSQL logical replication messages. It is developed mainly for educational purposes and it's still WIP!

# TODO
- [ ] Decode protocol messages and output them to stdout in a readable format
- [ ] CLI tool to advance the replication slot by `n` messages
- [ ] Tests