Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 444 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 444 Bytes

PgListener

A PgListener example based on sqlx PgListener that used PgListener to listen the change in a table and update the Arc in real time.

I am using this for managing my dynamic constants around my microservices since I use Django CMS for CRUD operations.

Now I don't have to reload my services every time to reflects the changes in my constant DB table.