andelf / andelf/rust-postgis

Support for boxes

Open
#37 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
54
Forks
25
PR merge metrics
No merged PRs in 30d

Description

I'm currently making a rest API that needs to take the cords to construct a bounding box for a query. It would be great if rust-postgis had types for Box2d and Box3d. This would allow me to do things like..

```sql
SELECT *
FROM table
WHERE $1 && table.geog;
```

```sql
SELECT *
FROM table
WHERE ST_Intersects($1, table.geog);
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.