andelf / andelf/rust-postgis

Support for boxes

Aperta
#37 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Rust
Stelle
54
Fork
25
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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);
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.