geox 0.4.2

Shim to simplify using PostGIS types with sqlx and async-graphql
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# geox

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

## Feature flags:

- **async-graphql**: enable GraphQL types
- **sqlx05**: enable conversions for sqlx 0.5
- **serde1**: 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!