| Crates.io | arcadedb-rs |
| lib.rs | arcadedb-rs |
| version | 0.0.4 |
| created_at | 2022-10-11 17:23:08.231976+00 |
| updated_at | 2024-09-26 21:49:03.387866+00 |
| description | A Rust client for ArcadeDB |
| homepage | |
| repository | https://github.com/wolf4ood/arcadedb-rs |
| max_upload_size | |
| id | 685449 |
| size | 90,219 |
Install from crates.io
[dependencies]
arcadedb-rs = "*"
git clone https://github.com/wolf4ood/arcadedb-rs.git
cd arcadedb-rs
cargo build
You can use docker-compose to start an instance for testing. Use the env variable ARCADEDB_SERVER
in order to specify the version of ArcadeDB
cd docker-compose
export ARCADEDB_SERVER=22.8.1
docker-compose up -d
cd ..
cargo test