Simple messaging with PostgreSQL
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
pgmq is an experimental library that attempts to implement a simple message queue using PostgreSQL as the backend. It is explicitly marked as non-functional and not recommended for production use, serving instead as a concept or learning tool for developers interested in the challenges of building messaging systems on relational databases. The author advises against using it, noting that dedicated message queue systems are more appropriate for real-world applications.