10 releases
0.5.2 | Feb 23, 2023 |
---|---|
0.5.1 | Oct 10, 2022 |
0.5.0 | Sep 21, 2022 |
0.4.3 | Mar 6, 2022 |
0.3.2 | Nov 30, 2021 |
#31 in Geospatial
242 downloads per month
18KB
468 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
docker run -d -e POSTGRES_PASSWORD=password -p 5432:5432 --name geox ghcr.io/baosystems/postgis:latest
cargo test
- ???
- PROFIT!
Dependencies
~3–12MB
~227K SLoC