edgedb_codegen 0.2.1

Generate fully typed rust code from your EdgeDB schema and inline queries.
Documentation
1
2
3
4
5
use edgedb_codegen_macros::edgedb_query_raw;

fn main() {
	edgedb_query_raw!(example, query: "select bool", "more stuff", that is, "not allowed");
}