A serialization queue for node-sqlite3
The fastest and simplest library for SQLite in Node.js.
Tiny queue data structure
Asynchronous, non-blocking SQLite3 bindings
TypeScript definitions for better-sqlite3
fast, tiny `queueMicrotask` shim for modern engines
Summarize any SQL query
A shim for the setImmediate efficient script yielding API
Promise queue with concurrency control
Database migrations with knex.
Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.
A simple tool to keep requests to be executed in order.
Prisma's driver adapter for better-sqlite3, a fast SQLite3 driver for JavaScript runtimes
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
The smallest and simplest JavaScript priority queue
Asynchronous, non-blocking SQLite3 bindings
Next tick shim that prefers process.nextTick over queueMicrotask for compat
A SQLite backed graph plugin.
better-sqlite3 with multiple-cipher encryption support
Promise-based queue
LRU Queue
Simple JS queue with auto run for node and browsers
In memory queue system prioritizing tasks
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.