edgedb-composable-query 0.0.4

ComposableQuery trait for EdgeDB. Use with edgedb-composable-query-derive.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
source: edgedb-composable-query/src/composable/mod.rs
assertion_line: 311
expression: "OneInnerBySelectorById::query()"
---
with
	id := uuid$0,
	_selector := (select Inner where .id = id),
select (_selector) {
	req := (.req),
	opt := (.opt),
}