c859d6d48b
feat: add lateral_load() for efficient Many:One eager loading via JOIN LATERAL
2026-04-07 13:07:34 -04:00
d3vyce
74d15e13bc
feat: support relation tuples in order_fields for cross-table sorting ( #227 )
...
* feat: support relation tuples in order_fields for cross-table sorting
* docs: update crud module
2026-04-04 17:00:14 +02:00
d3vyce
f027981e80
feat: add search_column parameter and search_columns response field for targeted search ( #207 )
2026-04-01 18:10:56 +02:00
d3vyce
ebaa61525f
fix: handle boolean and ARRAY column types in filter_by facet filtering ( #203 )
2026-03-31 21:36:54 +02:00
d3vyce
19c013bdec
feat: unified paginate() endpoint with typed pagination responses ( #134 )
...
* feat: unified paginate() endpoint with typed pagination responses
* docs: unified paginate() endpoint
* fix: add tests
2026-03-14 20:23:20 +01:00
d3vyce
432e0722e0
refactor: remove deprecated parameter and function/cleanup code ( #101 )
...
* refactor: remove deprecated parameter and function
* refactor: centralize type aliases in types.py and simplify crud layer
* test: add missing tests for fixtures/utils.py
* refactor: simplify and deduplicate across crud, metrics, cli, and
exceptions
* docs: fix old Paginate references
* docs: add migration + fix icon
* docs: update README/migration to v2
2026-03-04 17:19:38 +01:00
d3vyce
a257d85d45
Add sort_params helper in CrudFactory ( #103 )
...
* feat: add sort_params helper in CrudFactory
* docs: add sorting
* fix: change sort_by to order_by
2026-03-01 11:20:43 +01:00
d3vyce
5a08ec2f57
feat: add faceted search in CrudFactory ( #97 )
...
* feat: add faceted search in CrudFactory
* feat: add filter_params_schema in CrudFactory
* fix: add missing Raises in build_search_filters docstring
* fix: faceted search
* fix: cov
* fix: documentation/filter_params
2026-02-26 15:23:07 +01:00
d3vyce
c32f2e18be
feat: add many to many support in CrudFactory ( #65 )
2026-02-15 15:57:15 +01:00
d3vyce
8c287b3ce7
feat: add join to crud functions ( #21 )
2026-02-01 15:01:10 +01:00
d3vyce
d14551781c
feat: add search to crud paginate function ( #17 )
...
* feat: add search to crud paginate function
* fixes: comments + tests import
2026-01-29 00:08:02 +01:00