4 releases

0.0.4 Sep 26, 2024
0.0.3 Oct 7, 2023
0.0.2 Aug 28, 2023
0.0.1 Oct 11, 2022

#1748 in Database interfaces

Download history 11/week @ 2024-10-03 10/week @ 2024-10-10 7/week @ 2024-10-17 5/week @ 2024-10-24 4/week @ 2024-10-31 3/week @ 2024-11-07 3/week @ 2024-11-14 6/week @ 2024-11-21 2/week @ 2024-11-28 8/week @ 2024-12-05 10/week @ 2024-12-12

266 downloads per month

Apache-2.0

33KB
907 lines

arcadedb-rs

A Rust Client for ArcadeDB

Getting Started

Installation

Install from crates.io

[dependencies]
arcadedb-rs = "*"

Examples

Development

Compiling

git clone https://github.com/wolf4ood/arcadedb-rs.git
cd arcadedb-rs
cargo build

Running Tests

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

Dependencies

~4–16MB
~201K SLoC