psql-wrapper - simple wrapper around the psql command line utility using node's execSync
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
psql-wrapper is a simple Node.js wrapper around the psql command line utility, allowing users to execute SQL commands and queries without the complexity of the pg module. It is designed for developers who need a lightweight solution to run PostgreSQL queries or scripts directly from Node.js, with options to save results to CSV files or handle database operations programmatically. The library is ideal for those who prefer using psql's command-line interface within their Node.js applications.