Support for boxes
Đang mở
- Ngôn ngữ chính
- Rust
- Star
- 54
- Fork
- 25
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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);
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.