Organizing and open-sourcing some utility modules I've developed in the past
A lightweight, extensible, and type-safe Node.js data access gateway. Uses Query Objects for access and supports multiple data sources (MySQL, PostgreSQL, SQLite, remote APIs), custom data providers, and middleware
An LRU (Least Recently Used) in-memory cache with support for async load and save operations, automatically handling concurrent requests