reifydb-client 0.9.0

Official Rust client library for ReifyDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Generated from: params_named.tap.md#uint16_param
# Test: Query with named UINT16 parameter

query_named 'MAP {result: $uint16_val}' 'uint16_val=340282366920938463463374607431768211455'
---
> +-------------------------------------------+
> |                  result                   |
> +-------------------------------------------+
> |  340282366920938500000000000000000000000  |
> +-------------------------------------------+
>