A simple demonstration of how sqlite-promised is used
TypeScript definitions for chai-as-promised
Retry a failed promise
A generic promised based retry mechanism. Useful for eg. ensuring an available database or message queue connection
SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).
Wrapper for Handlebars that allows helpers returning promises
A WebSocket client library providing Promise-based API for connecting, disconnecting and messaging with server
Promise-based IO
Sugar methods for using sinon.js stubs with promises
SQLite client for Node.js applications with SQL-based migrations API written in Typescript
@idxdb/promised wraps the IndexedDB API. It allows you to easily store and retrieve data in an indexed db database using async/await syntax, making it easier to integrate with your existing codebase.
SQLite Wasm conveniently wrapped as an ES Module.
Turns a function into one that always returns a Promise a la Blubird's Promise.method.
A map of promises that can be resolved or rejected by key
The fastest and simplest library for SQLite in Node.js.
Alternate Promise.race() implementation which doesn't leak memory, courtesy Brian Kim (https://github.com/brainkim)
Prevent common problems when using chai-as-promised
SuperAgent with a Promise twist
SQLite storage adapter for Keyv
CDS database service for SQLite
For limiting the time to resolve a promise.
Chai-as-promised plugin for karma
Lightweight, beautiful and user-friendly prompts
TypeScript definitions for supertest-as-promised