Module patterns

Module patterns 

Source
Expand description

Common query patterns for caching.

Functionsยง

count
Query key for COUNT.
count_filtered
Query key for COUNT with filter.
delete_by_id
Query key for DELETE by ID.
insert
Query key for INSERT.
select_all
Query key for SELECT all.
select_by_id
Query key for SELECT by ID.
update_by_id
Query key for UPDATE by ID.