andelf / andelf/rust-postgis

Support for boxes

オープン
#37 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。