tarantool / go-tarantool

Tarantool 1.10+ client for Go language
https://pkg.go.dev/github.com/tarantool/go-tarantool/v2
BSD 2-Clause "Simplified" License
180 stars 57 forks source link

crud: support schema #336

Closed DifferentialOrange closed 11 months ago

DifferentialOrange commented 11 months ago

Support crud.schema request [1] and response parsing.

  1. https://github.com/tarantool/crud/pull/380

What has been done? Why? What problem is being solved?

I didn't forget about (remove if it is not applicable):

DifferentialOrange commented 11 months ago

Will fail until crud 1.4.0 with https://github.com/tarantool/crud/pull/380 is released