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 evansiroky/db-streamer

Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code
Account's avatar
moment/moment
Parse, validate, manipulate, and display dates
Account's avatar
unshiftio/url-parse
Small footprint URL parser that works seamlessly across Node.js and browser environments
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
codeclimate/javascript-test-reporter
Code Climate test reporter client for javascript projects
Account's avatar
kentcdodds/cross-env
Run scripts that set and use environment variables across platforms
Account's avatar
commitizen/cz-conventional-changelog
Commitizen adapter following the conventional-changelog format.
Account's avatar
standard/eslint-config-standard
JavaScript Standard Style - ESLint Shareable Config
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
eslint-community/eslint-plugin-promise
Enforce best practices for JavaScript promises
Account's avatar
standard/eslint-plugin-standard
ESlint Plugin for the Standard Linter
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
mweibel/lcov-result-merger
Merges multiple lcov results into one
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
brianc/node-postgres
PostgreSQL client - pure javascript & libpq with the same API
Account's avatar
brianc/node-pg-copy-streams
Low-Level COPY TO and COPY FROM streams for PostgreSQL in JavaScript using
Account's avatar
scarney81/pg-hstore
A module for serializing and deserializing JSON data into hstore format
Account's avatar
brianc/node-postgres
Postgres query result returned as readable stream
Account's avatar
taylorhakes/promise-polyfill
Lightweight promise polyfill. A+ compliant
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing
Account's avatar
sequelize/sequelize
Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift and Snowflake’s Data Cloud. It features solid transaction support, relations,
Account's avatar
TryGhost/node-sqlite3
Asynchronous, non-blocking SQLite3 bindings
Account's avatar
brianloveswords/streamsql
Streaming SQL ORM

Support the repos that depend on this repository

Top contributors

evansiroky's profile
evansiroky
75 contributions
greenkeeperio-bot's profile
greenkeeperio-bot
12 contributions

Recent events

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

No events yet
evansiroky

evansiroky/db-streamer

A library to stream data into and out of a SQL database.

JavaScript
11
2
MIT License

db‑streamer is a Node.js library that provides a unified, streaming‑based API for bulk inserting and querying large datasets in SQL databases. It supports PostgreSQL, MySQL and SQLite and lets developers pipe rows directly into tables (with optional deferred loading) or stream query results, making it ideal for applications that need high‑throughput data import/export without loading everything into memory.