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#int8_param
# Test: Named parameter with INT8 type

command_named 'MAP {result: $int8_val}' 'int8_val=9223372036854775807'
---
> +-----------------------+
> |        result         |
> +-----------------------+
> |  9223372036854775807  |
> +-----------------------+
>