Multi-Dialect Console & REPL
One prompt, two dialects. Hybrid query auto-routing seamlessly handling SQL and Cypher with in-terminal ASCII visualizations.
unidb console [SIMULATOR] — synthetic demo dataset (in-browser sandbox)
BROWSER SIMULATION (MOCK DATA)
The Multi-Tool Dilemma
Developers working with modern data applications are forced to use one tool for relational SQL queries and a completely separate tool for graph Cypher traversals. Context switching and tool sprawl slow down investigation.
Hybrid Query Auto-Routing
The unidb console automatically detects the query dialect and routes it directly to the corresponding engine region:
- SQL Dialect: Columnar filtering, projections, and bitemporal interval selections.
- Cypher Dialect: Graph pattern matching (
MATCH (a)-[:CALLS]->(b)) and neighbor traversals. - In-Terminal ASCII Trees: Visualizes caller/callee trees and graph paths directly in your terminal.
- Built-in Dot Commands:
.knnfor vector similarity,.neighborsfor graph connectivity,.branchfor horizons, and.schema.