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

deferred-leveldown is an abstract-leveldown implementation that queues operations while a real abstract-leveldown instance is being opened. It allows put(), get(), del(), batch(), and clear() operations to be performed before the database is opened, storing them in memory until the open() method is called. This project is useful for developers working with LevelDB who need to queue operations during database initialization.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of level/deferred-leveldown

Account's avatar
Level/abstract-leveldown
An abstract prototype matching the LevelDOWN API
Account's avatar
isaacs/inherits
Browser-friendly inheritance fully compatible with standard node.js inherits()
Account's avatar
airtap/airtap
Run TAP unit tests in 1789+ browsers
Account's avatar
dependency-check-team/dependency-check
checks which modules you have used in your code and then makes sure they are listed as dependencies in your package.json
Account's avatar
vweevers/hallmark
Markdown Style Guide, with linter and automatic fixer
Account's avatar
Level/memdown
An drop-in replacement for LevelDOWN that works in memory only
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

vweevers's profile
vweevers
48 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
16 contributions
juliangruber's profile
juliangruber
14 contributions
rvagg's profile
rvagg
12 contributions
dependabot[bot]'s profile
dependabot[bot]
9 contributions
ralphtheninja's profile
ralphtheninja
2 contributions
andrewrk's profile
andrewrk
1 contributions
marcuslyons's profile
marcuslyons
1 contributions
MeirionHughes's profile
MeirionHughes
1 contributions

Recent events

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

No events yet
level

level/deferred-leveldown

Superseded by abstract-level. An abstract-leveldown implementation that queues operations while a real abstract-leveldown instance is being opened.

JavaScript
19
3
MIT License