3 releases

0.0.3 Oct 7, 2023
0.0.2 Aug 28, 2023
0.0.1 Oct 11, 2022

#1762 in Database interfaces

Download history 23/week @ 2024-02-17 14/week @ 2024-02-24 1/week @ 2024-03-02 6/week @ 2024-03-09 39/week @ 2024-03-16 15/week @ 2024-03-23 48/week @ 2024-03-30 14/week @ 2024-04-06 3/week @ 2024-04-13 8/week @ 2024-04-20

75 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–19MB
~262K SLoC