Add support for postgis geometry/box2d/box3d types
Open
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Queries returning postgis types are currently unsupported:
```
select 'POINT (1 2 3)';
edgedb error: ProtocolEncodingError: base scalar with uuid 44c901c0-d922-4894-83c8-061bd05e4840 not found
```
Geometry is encoded in WKB format (https://libgeos.org/specifications/wkb/), and box2d/box3d are encoded as polygon geometry. See https://github.com/edgedb/edgedb-js/pull/1113.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.