You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
SELECT*FROM table
WHERE $1 && table.geog;
SELECT*FROM table
WHERE ST_Intersects($1, table.geog);
The text was updated successfully, but these errors were encountered:
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..
The text was updated successfully, but these errors were encountered: