reifydb-client 0.6.0

Official Rust client library for ReifyDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Generated from: params_positional.tap.md#uint8_param
# Test: Query with positional UINT8 parameter

query_positional 'MAP {result: $1}' '18446744073709551615'
---
> +------------------------+
> |         result         |
> +------------------------+
> |  18446744073709552000  |
> +------------------------+
>