Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of balderdashy/waterline-criteria

Account's avatar
mikermcneil/flaverr
Flavor an Error instance with the specified error code string or dictionary of customizations.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

mikermcneil's profile
mikermcneil
58 contributions
particlebanana's profile
particlebanana
45 contributions
xdissent's profile
xdissent
5 contributions
dmarcelino's profile
dmarcelino
3 contributions
topcon-bbrewster's profile
topcon-bbrewster
1 contributions
johnhenryenvy's profile
johnhenryenvy
1 contributions
h1bomb's profile
h1bomb
1 contributions
rachaelshaw's profile
rachaelshaw
1 contributions
devinivy's profile
devinivy
1 contributions
shootaroo's profile
shootaroo
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
balderdashy

balderdashy/waterline-criteria

Utility library for use in Sails adapters where you need to filter a list of output using a criteria object

JavaScript
13
24
No license

waterline‑criteria is a lightweight utility library that parses and applies Sails/Waterline query criteria to plain JavaScript arrays (or validates the criteria’s `where` and `sort` clauses). It’s primarily used by Sails adapters for key‑value stores (e.g., sails‑disk, sails‑memory, sails‑redis) that need to implement the queryable interface on in‑memory data. Suitable for Node developers building or extending Sails adapters or any code that must filter/sort data using Waterline’s query language.