npm package to execute mysql command over an ssh tunnel. https://www.npmjs.com/package/mysql-ssh
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
MySQL SSH is a Node.js package that establishes a MySQL connection through an SSH tunnel, enabling access to databases only reachable via a webserver. It is designed for developers who need to securely connect to remote MySQL databases from environments where direct access is restricted. The package is built on `ssh2` and `mysql2`, returning a promise-based connection for seamless integration into Node.js applications.