Crate edgedb_query_derive
source · [−]Expand description
Edgedb-query-derive provide a bunch procedural macros in order to facilitate writing of queries when using edgedb-rust crate.
Derive Macros
UpdateQuery creates implementations of following traits for the annotated struct :
EdgedbEnum creates implementations of following traits for the annotated struct :
EdgedbFilters creates implementation of following traits for the annotated struct :
EdgedbResult creates implementations of following traits for the annotated struct :
EdgedbSet creates implementations of following traits for the annotated struct :
InsertQuery creates implementations of following traits for the annotated struct :
SelectQuery creates implementations of following traits for the annotated struct :
UpdateQuery creates implementations of following traits for the annotated struct :