RustyTarantool icon indicating copy to clipboard operation
RustyTarantool copied to clipboard

Rust client for tarantool db

Results 6 RustyTarantool issues
Sort by recently updated
recently updated
newest added

Hi In my Tarantool's space field `id` data type as `uuid` I got error message like below: `panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error:...

https://rustsec.org/advisories/RUSTSEC-2022-0004

Hello, I am new on Actix Web and Tarantool I have been test benchmark "ab -n 10000 -k -c 1000 [url]" With CentoS7, CPU 8 cores, RAM 16G I got...

- updated Cargo.toml (major change: tokio="0.2" => tokio="1") - added run_tests.sh to run rusty_tarantool tests using tarantool docker (no need to install tarantool) - cargo clippy issues fixed - incremented...

Fresh version of Tokio 1.x branch support

To select space by name we should first fetch database schema. Here is how it done in `asynctnt` python driver: * [fetch_schema function](https://github.com/igorcoding/asynctnt/blob/fa36699aa482169dd7454ec7ac30db87c5a6b14e/asynctnt/iproto/protocol.pyx#L213) * [constants](https://github.com/igorcoding/asynctnt/blob/fa36699aa482169dd7454ec7ac30db87c5a6b14e/asynctnt/iproto/const.pxi#L27)