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, eager and lazy loading, read replication and more.
A cross platform Promise.allSettled polyfill
ES Proposal spec-compliant shim for Promise.allSettled
Transform async/await to promise chains
Full CSS support for JSX without compromises
Modular and fast Promises implementation
A higher order component for loading components with promises
Promise-based power tool for common filesystem tasks
Sequential es2015 (es6) promise executor
Promise implementation that works in browsers, node, and react-native
Synchronous Promise-like prototype to use in testing where you would have used an ES6 Promise
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
A module for shimmimg between execution modes: streams, promises, and callbacks
backwards compatibilify your callback functions while migrating apis to promises
A minimal and fast promise implementation
Writing tests for promises in jasmine is kind of a pain in the ass. jasmine-pit makes doing such things a tiny bit easier by providing an augmented version of `it()` (called `pit()`) that allows you to simply return a promise that may eventually assert ex