khive-query 0.2.10

GQL and SPARQL parsers with SQL compiler for knowledge graph queries.
Documentation
1
2
3
4
//! GQL and SPARQL parsers that produce a shared `GqlQuery` AST.

pub mod gql;
pub mod sparql;