Félix Lescaudey de Maneville
Félix Lescaudey de Maneville
@mrtnzlml You should checkout `aragog`, if you want a mapped CRUD API for your database
Does anyone have any idea why https://github.com/fMeow/arangors/pull/80 is failing actions?
> I will look into the CI issue this weekend. It's related to behavior change of arangoDB. I tried to find in ArangoDB 3.8 changelog, but I saw nothing. So...
@fMeow any plans on merging this and releasing a `0.5.1` ?
If `arangors` drops `surf` support the `Cargo.toml` dependencies could look like: ```toml default = [ "rocksdb"] blocking = [ "maybe-async/is_sync", "reqwest/blocking"] cluster = [ ] enterprise = [ ] mmfiles...
You can put the `_id` , `_key` and `_rev` in your `T` structure and it would work, but it means that you can forget the automatic creation of these values...
Yeah, I guess it does and it doesn't change anything for me. But since these values are mandatory that means that you need to set them as `Option` in your...
I did not notice that there was this inconstency while I did implement `aql_str` for my custom query system. I think you are right, arangors is a ArangoDB driver, not...
When `arangors` builds the `Document::header` it takes the values and doesn't leave them in the `serde_json::Value` ? Are you sure about that? Edit: Also why not use a wrapper for...
Yeah that's what I was talking about and indeed it's a bit weird, the `Document` struct should be removed