macleanEngineering
-
- 372 total downloads
- last updated 9/24/2026
- Latest version: 3.1.0
Dynamic filtering, sorting and paging for IQueryable, driven by data rather than code. A condition built in code, parsed from a compact query language, or deserialized from a client becomes an expression tree... More information -
- 84 total downloads
- last updated 9/24/2026
- Latest version: 3.1.0
Mapperly support for Weequery. Filter, sort and page with Weequery, then read the rows back as your own DTO through a Mapperly generated queryable projection, so only the columns the DTO needs leave the... More information -
- 82 total downloads
- last updated 9/24/2026
- Latest version: 3.1.0
Elasticsearch support for Weequery. Turns a Weequery condition tree into Elasticsearch Query DSL, so the same filter a caller sends to your database can be sent to your index. Emits plain JSON through... More information -
- 82 total downloads
- last updated 9/24/2026
- Latest version: 3.1.0
Mapster support for Weequery. Filter, sort and page with Weequery, then read the rows back as your own DTO through Mapster's ProjectToType, so only the columns the DTO needs leave the database. Adds ProjectTo... More information -
- 81 total downloads
- last updated 9/24/2026
- Latest version: 3.1.0
AutoMapper support for Weequery. Filter, sort and page with Weequery, then read the rows back as your own DTO through AutoMapper's ProjectTo, so only the columns the DTO needs leave the database. Adds ProjectTo... More information -
- 82 total downloads
- last updated 9/24/2026
- Latest version: 3.1.0
Checks a Weequery binding list against an EF Core model before any query is built, so a path nothing maps is a startup failure rather than a translation error on the first request that names it. Adds... More information -
- 82 total downloads
- last updated 9/24/2026
- Latest version: 3.1.0
OData support for Weequery. Turns a Weequery condition tree into an OData $filter expression, so the same filter a caller sends to your database can be sent to an OData service. Emits plain text, so it works... More information