QueryOrmClient

JSON →
library 0.0.8 ·javascript
verified Jun 5, 2026

QueryOrmClient is a JavaScript/TypeScript library that provides URL-based ORM-like query construction for building filter, sort, pagination, and field selection parameters in REST API calls. Version 0.0.8 is the latest stable release. It supports rich filter operators (=, !=, >, >=, <, <=, like, in, between), multi-field sorting, select with aliases, and pagination. The library is dependency-free, ships TypeScript type declarations, and works both as an npm module and via a UMD script tag. It automatically encodes URLs and allows optional raw output.