Show HN: Pgnudge - tell your app which Postgres tables just changed
Category: library
Tags: postgresql, change-tracking, async-python
Score: 6.5/10 (Innovation: 5, Technical: 8, Documentation: 7, Utility: 6)
pgnudge is a lightweight async Python library that uses PostgreSQL's replication protocol to notify applications of table changes without row data or server-side objects, enabling efficient cache or read model invalidation. Its innovative zero-footprint approach with temporary slots and no database driver makes it uniquely easy to adopt while maintaining correctness.
Target audience: backend devs
Repository: https://github.com/janbjorge/pgnudge · Python · MIT · 1 stars
View on Hacker News