Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor(queries): remove the PredicateSymbol trait * refactor(queries): make the predicates always accept input by reference * feat(queries): add a type-checked predicate construction dsl * feat(queries)!: add a new set of query types to support the new dsl, integrate into the client * feat(queries)!: add the rest of the queries to IterableQueryBox and SingularQueryBox * feat(queries)!: implement the execution logic for the new queries * feat(queries)!: implement the new query execution in wasm * feat(queries)!: validate the new queries in the executor * feat(queries)!: allow a simplistic type-erased query execution in client cli * feat(queries)!: remove the old query system * refactor(queries)!: remove "All" from the names of the queries * refactor!: `Pagination`'s `start` field -> `offset` * fix(queries): fix more clippy warns Signed-off-by: ⭐️NINIKA⭐️ <[email protected]>
- Loading branch information