Support for boxes
オープン
- 主要言語
- Rust
- スター
- 54
- フォーク
- 25
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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);
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。