
express-query-adapter
Maintained open-source library that turns Express query strings into TypeORM queries — versioned with semver, tested, and used by developers every week.
Impact
- 400+weekly downloads
- semverversioned & tested
Problem
Teams repeatedly re-implemented query parsing and TypeORM mapping for list/filter endpoints, with inconsistent validation and fragile ad-hoc code.
Solution
Extracted a small, battle-tested adapter with clear semver releases so Express APIs can map req.query to TypeORM queries without reinventing the wheel.