reifydb-client 0.7.0

Official Rust client library for ReifyDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (c) reifydb.com 2026
# This file is licensed under the Apache-2.0

# Test basic query execution
query 'MAP { 1 }'
---
> +-----+
> |  1  |
> +-----+
> |  1  |
> +-----+
>