Félix Lescaudey de Maneville
Félix Lescaudey de Maneville
Hey @inzanez I can make a pull request for this if you are not already doing one
@inzanez That is exactly what my proposal is, I'll make a pull request soon.
Removing the document struct: https://github.com/EpiFouloux/arangors/commit/f03492bde18d0e6e135c0aa83b8c3a30bb355f3b Though I don't remove `DocumentResponse` since it can be silent I do remove its `Header`. I still have to work on the tests before making...
One addition to @fMeow proposition would be to stop *deleting* `_id`, `_rev` and `_key` from the returned json to put them in the `header`, so people have these in their...
@inzanez From what I see in [the source](https://github.com/fMeow/arangors/blob/master/src/document/response.rs) ```rust let _id = json.remove("_id").ok_or(DeError::missing_field("_id"))?; let _key = json.remove("_key").ok_or(DeError::missing_field("_key"))?; let _rev = json.remove("_rev").ok_or(DeError::missing_field("_rev"))?; let header: Header = Header { _id: serde_json::from_value(_id).map_err(DeError::custom)?, _key:...
If you are not good with AQL I developped a [ODM/OGM](https://crates.io/crates/aragog) with an integrated Query system that supports declaring Collection and Edge Collections, linking object, making traversal requests, etc.
The iOS part is working: - I didn't add the whole app icon setup which adds lots of files and configurations - i fixed the app bundle - I added...
I don't think so
This [crate](https://github.com/bokuweb/docx-rs) is actively maintained but idk if it has the same features
> I ended up publishing a new crate with this fix here https://crates.io/crates/arango_rs. There is also https://crates.io/crates/arangors_lite