12 releases

0.6.0 Mar 25, 2024
0.5.3 Nov 15, 2023
0.5.2 Feb 23, 2023
0.5.1 Oct 10, 2022
0.3.2 Nov 30, 2021

#342 in Geospatial

Download history 8/week @ 2026-05-07 44/week @ 2026-06-04 24/week @ 2026-06-11 61/week @ 2026-06-18 101/week @ 2026-06-25 55/week @ 2026-07-02 65/week @ 2026-07-09 96/week @ 2026-07-16 3/week @ 2026-07-23 48/week @ 2026-07-30

220 downloads per month

Apache-2.0 OR MIT

19KB
485 lines

geox

Shim to simplify using PostGIS types with sqlx and async-graphql.

Feature flags:

  • async-graphql: enable GraphQL types
  • sqlx: enable conversions for sqlx
  • serde: enable serde serialisation and deserialisation

Running tests locally

  1. docker run -d -e POSTGRES_PASSWORD=password -p 5432:5432 --name geox ghcr.io/baosystems/postgis:latest
  2. cargo test
  3. ???
  4. PROFIT!

Dependencies

~8–25MB
~336K SLoC