Observed arrival · 2026-09-23
oxilite: SPARQL on SQLite
An RDF database and SPARQL engine that stores its data in SQLite, with interfaces for Rust, Node.js, and the command line.
- For
- Rust and JavaScript developers building RDF applications
- Worth noticing
- The page reports that 100% of the W3C SPARQL 1.1 query suite passes and 95% of evaluations run fully as SQL.
Field notes
The Rust API mirrors Oxigraph, with entry points for Rust, Node.js, and a CLI; examples cover Turtle loading, SPARQL queries, updates, and SQL-plan inspection. Its storage design uses tagged 64-bit term IDs, inline integer and boolean values, and covering indexes; the page says queries generally need one or two round-trips, including on Cloudflare D1. Compatibility percentages and test coverage are claims reported on the homepage, not independently verified here.
Observed signals
Read the marks
Editorial observations of this landing page, not a rating.
One card from the complete issue