arangors icon indicating copy to clipboard operation
arangors copied to clipboard

Easy to use rust driver for arangoDB

Results 22 arangors issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [serde_qs](https://github.com/samscott89/serde_qs) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

Updates the requirements on [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) to permit the latest version. Changelog Sourced from pretty_assertions's changelog. v1.2.0 Changed assert_eq compares str-like values without Debug formatting. (#92, @​dtolnay) v1.1.0 Added Add assert_str_eq...

dependencies

Updates the requirements on [typed-builder](https://github.com/idanarye/rust-typed-builder) to permit the latest version. Changelog Sourced from typed-builder's changelog. 0.10.0 - 2022-02-13 Added #[builder(setter(strip_bool))] for making zero arguments setters for bool fields that just...

dependencies

Add support for GeoJSON search analyzer (Arango 3.8) plus test. I skipped the options as I wasn't sure how to add hash map serialization, and also they are not normally...

I'm using rustc 1.57.0-nightly (f03eb6bef 2021-10-02). Getting compile errors from 0.5.0 crate: ``` Checking arangors v0.5.0 error[E0560]: struct `AqlQueryBuilder` --> /Users/evan/.cargo/registry/src/github.com-1ecc6299db9ec823/arangors-0.5.0/src/aql.rs:153:28 | 153 | _phantom: self._phantom, | ^^^^^^^^ help: a...

Related PR: #81 When using either: - `reqwest_blocking_rustls` - `reqwest_async_rustls` the `arangors::Connection` type is missing.

Hey @fMeow , how are you doing ? :smile: I am still playing with Rust :laughing: But I got an issue today and I am not sure why. I did...

Updates the requirements on [uclient](https://github.com/fMeow/uclient) to permit the latest version. Changelog Sourced from uclient's changelog. 0.2.0 (2021-05-28) Features multipart support, send read object (323611e) Bug Fixes add uclient::Client (7ec95ef) 0.1.4...

dependencies

Hello, it's a simple request, but is there any reason why these two structures don't derive Clone. I'm trying to return by value and I'm struggling a bit how to...

Does arangors require any linked Linux user-land components? I'm looking for a way of creating single binaries that use arrangodb servers that can be instanced as a single file in...