Details
Lineage
- oxilite, 2026: borrows code from Oxigraph.
The go-to resource for graph technology details
An Oxigraph-compatible RDF database and SPARQL engine that stores quads in plain SQLite, running in-process via rusqlite, against a system libsqlite3, or on Cloudflare D1. Compiles each SPARQL query into a single SQL statement and mirrors Oxigraph's Rust API, with RDFS/OWL reasoning, SHACL validation, and openCypher queries over the same data.
Protocols SPARQL Protocol
Primarily an in-process library; the oxilite-cli crate adds a SPARQL endpoint mirroring oxigraph serve.
/query, /update, /store like `oxigraph serve`oxilite README · reviewed 2026-09-22
License MIT OR Apache-2.0
GitHub's detector reports Apache-2.0 only; the repo ships LICENSE-MIT and LICENSE-APACHE and the workspace manifest declares the dual licence.
license = "MIT OR Apache-2.0"oxilite workspace Cargo.toml · reviewed 2026-09-22
Released 2026-09
Repository created and v0.1.0 published to crates.io on 2026-09-22.
"created_at":"2026-09-22T13:08:46.732275Z"oxilite 0.1.0 — crates.io API · reviewed 2026-09-22
Language Rust
"Rust": 1503460oxilite languages — GitHub API · reviewed 2026-09-22
Lineage borrows code from Oxigraph
Reuses Oxigraph's crates for the data model, parsers and SPARQL algebra; storage and query execution are its own.
Data model, all RDF parsers and serializers, the SPARQL parser and algebra, result formats, XSD datatypes, and a fallback evaluatorVolland/oxilite · reviewed 2026-09-23