
🛠️ DortDB, a TS library for mixed-lang queries on JavaScript structures
Summary
DortDB is a TypeScript library for querying in-memory JavaScript data using mixed-language queries. It uses a shared core engine and a common algebra where different query languages, such as SQL, XQuery, and a Cypher-like language, can be added as plugins and combined in a single query.
Why it’s interesting
It allows developers to mix multiple query languages like SQL and XQuery in a single query over in-memory JavaScript data structures.
Source metrics: Points 3 · Comments 0
HN discussion · Project
Source: #HackerNews / Show HN
Summary
DortDB is a TypeScript library for querying in-memory JavaScript data using mixed-language queries. It uses a shared core engine and a common algebra where different query languages, such as SQL, XQuery, and a Cypher-like language, can be added as plugins and combined in a single query.
Why it’s interesting
It allows developers to mix multiple query languages like SQL and XQuery in a single query over in-memory JavaScript data structures.
Source metrics: Points 3 · Comments 0
HN discussion · Project
Source: #HackerNews / Show HN