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
13
14
15
---
source: edgedb-composable-query/src/composable/mod.rs
assertion_line: 271
expression: "OuterQuery::query()"
---
with
	_selector := (select Outer limit 1),
select (_selector) {
	inner: {
		req := (.req),
		opt := (.opt),
	},
	some_field,
	other_field
}