gql2sql 1.0.15

GraphQL to SQL transpiler
Documentation
[package]
name = "gql2sql"
version = "1.0.15"
edition = "2021"
description = "GraphQL to SQL transpiler"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/brevitybuilder/gql2sql"
repository = "https://github.com/brevitybuilder/gql2sql"
readme = "../README.md"

[dependencies]
anyhow = "1.0"
graphql-parser = "0.4"
async-graphql-parser = "5.0.7"
async-graphql-value = "5.0.7"
serde_json = "1.0.96"
sqlparser = "0.33"
indexmap = "1.9.3"

[dev-dependencies]
criterion = "0.4"
pretty_assertions = "1.3"

[[bench]]
name = "transform"
harness = false