edgedb / edgedb-go

The official Go client library for EdgeDB
https://pkg.go.dev/github.com/edgedb/edgedb-go
Apache License 2.0
167 stars 11 forks source link

Implement the multirange type #286

Open fmoor opened 9 months ago

fmoor commented 9 months ago

EdgeDB 4.0 adds a multi range type that edgedb-go will need to support.

see also: python implementation server implementation