orientdb-rs icon indicating copy to clipboard operation
orientdb-rs copied to clipboard

A Rust client for OrientDB

Results 11 orientdb-rs issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. Release notes Sourced from syn's releases. 2.0.47 Improve error messages related to proc_macro::LexError (#1575) Commits 2c96972 Release 2.0.47 845e295 Pull...

dependencies

Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version. Release notes Sourced from uuid's releases. 1.6.0 What's Changed doc: fix links in v6 module by @​metalalive in uuid-rs/uuid#714 Stabilize...

dependencies

Updates the requirements on [nom](https://github.com/Geal/nom) to permit the latest version. Changelog Sourced from nom's changelog. 7.1.3 - 2023-01-15 Thanks @​Shadow53 Fixed panic in many and count combinators when the output...

dependencies

Updates the requirements on [mobc](https://github.com/importcjj/mobc) to permit the latest version. Release notes Sourced from mobc's releases. 0.8.2 What's Changed Add bolt-client to supported backends by @​0xSiO in importcjj/mobc#62 Update Redis...

dependencies

Updates the requirements on [dotenv](https://github.com/dotenv-rs/dotenv) to permit the latest version. Release notes Sourced from dotenv's releases. 0.15.0 Changed Undeprecate iter methods Library no longer has any dependencies Added Support for...

dependencies

https://github.com/wolf4ood/orientdb-rs/blob/0e9f352a674a18ea3f2a70d87ed69cc41a0e1624/README.md?plain=1#L229 I'd probably call this variable users, not stream (the stream is introduced - and consumed - on the fly; or perhaps move the .collect.await into the println, or at...

The mapping to structs should use optional when specified for optional fields. Currently this emit an error ```rust #[derive(orientdb_client::derive::FromResult, Debug, PartialEq)] struct Person { name: String, age : Option }...

bug

https://orientdb.com/docs/last/Using-SSL-with-OrientDB.html