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.