pgrdf 0.3.0

Rust-native PostgreSQL extension for RDF, SPARQL, SHACL and OWL reasoning
1
2
3
4
5
6
7
//! SPARQL → prepared-SQL execution engine.
//!
//! See SPEC.pgRDF.LLD.v0.2 §4.2 and docs/03-query.md.

pub mod executor;
pub mod parser;
pub mod plan_cache;