geox

Crates.iogeox
lib.rsgeox
version0.6.0
sourcesrc
created_at2021-10-22 13:08:08.303928
updated_at2024-03-25 15:13:07.589005
descriptionShim to simplify using PostGIS types with sqlx and async-graphql
homepage
repositoryhttps://github.com/bbqsrc/geox
max_upload_size
id469337
size20,330
crates-io (github:technocreatives:crates-io)

documentation

README

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!
Commit count: 38

cargo fmt