go-tarantool
go-tarantool copied to clipboard
Tarantool 1.10+ client for Go language
### Overview We aim to overhaul the error design in the `go-tarantool` client library to follow Go’s standard error handling patterns as closely as possible. This will improve debuggability, testability,...
Three protocol feature flags are defined in go-iproto but not yet implemented in the client’s handshake or serialization logic: * `IPROTO_FEATURE_DML_TUPLE_EXTENSION` — enables binary tuple encoding (`MP_EXT` type 7) in...
Tarantool can encode tuples as MessagePack extension types (MP_EXT with type code 7) in DML responses (e.g., SELECT, INSERT) and in CALL/EVAL requests and responses. Examples from Tarantool C code:...