Shim to simplify using PostGIS types with sqlx and async-graphql.
- async-graphql: enable GraphQL types
- sqlx: enable conversions for sqlx
- serde: enable serde serialisation and deserialisation
docker run -d -e POSTGRES_PASSWORD=password -p 5432:5432 --name geox ghcr.io/baosystems/postgis:latest
cargo test
- ???
- PROFIT!