A no-frills chainable interface for constructing MySQL queries for node.js
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
queryize.js is a lightweight, no‑frills Node‑JS library that provides a chainable, fluent API for building mutable MySQL statements (SELECT, INSERT, UPDATE, DELETE) with automatic data binding and proper escaping. It’s aimed at developers who want to construct SQL queries programmatically in JavaScript—without hand‑written query strings—while keeping the API simple and chainable for readable, safe query composition.