vaniusrb / pglistener_poc

PgListener for real time dynamic constant management.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

PgListener for real time dynamic constant management.


Languages

Language:Rust 69.6%Language:PLpgSQL 30.4%