Data modeling and relation library for testing JavaScript applications.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a data modeling and relation library for testing JavaScript applications. It allows developers to define models with properties, primary keys, and relationships, then interact with that data through CRUD operations and querying capabilities similar to a real database. The library is designed to work well with API mocking tools like Mock Service Worker, enabling developers to generate request handlers for REST or GraphQL APIs based on their data models. It's particularly useful for developers building and testing applications that rely on API interactions, as it provides a way to create realistic, queryable mock data without hardcoding fixtures.