edgedb-query-derive 0.1.0

Crate that provide a bunch of derive macros that help to build EdgeDB query using edgedb-tokio crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## Edgedb query
[![minimum rustc 1.31](https://img.shields.io/badge/rustc-1.59+-red.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
[![GitHub](https://img.shields.io/github/license/imagineDevit/edgedb?style=flat)](https://github.com/imagineDevit/edgedb/blob/main/License)
[![GitHub contributors](https://badgen.net/github/contributors/imagineDevit/edgedb)](https://github.com/imagineDevit/edgedb/graphs/contributors)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/imagineDevit/edgedb/github%20pages/main?style=flat)](https://github.com/imagineDevit/edgedb/runs/7468742405?check_suite_focus=true)


[**Edgedb-query-derive**](https://github.com/imagineDevit/edgedb) is a rust crate project that aims to provide a bunch procedural macros in order to facilitate writing of [_edgeql_](https://www.edgedb.com/tutorial) queries when
using [edgedb-rust](https://github.com/edgedb/edgedb-rust) crate.

___

**Documentation** _available_ [_here_ 👉 ](https://imaginedevit.github.io/edgedb/)