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

#1899 in Database interfaces

26 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–15MB
~198K SLoC