pg_ripple_http 0.113.0

SPARQL 1.1 Protocol HTTP endpoint for pg_ripple — connects PostgreSQL 18 RDF triple store to the web
1
2
3
4
5
6
//! Datalog REST API — legacy re-export shim (v0.90.0 CQ-05).
//!
//! The implementation has been moved to `routing::datalog_handlers`.
//! This module re-exports the full public API to maintain backward
//! compatibility for any external callers.
pub use crate::routing::datalog_handlers::*;