A SQL-Graph hybrid query language for Salesforce. Combine tabular analysis with relationship traversal in a single, unified syntax. Query across orgs from the CLI, the desktop app, or the REST API.
SELECT, INSERT, UPDATE, DELETE with WHERE, ORDER BY, LIMIT, GROUP BY, and aggregates. Query Salesforce objects like database tables. Sub-millisecond parsing with a hand-written Pratt parser.
TRAVERSE across object relationships with configurable depth. BFS path finding discovers junction objects and relationship chains. Visualize your org's data model as a navigable graph.
Full readline support with history, tab completion, and colored output. Connect to any org and explore interactively from the terminal.
POST /api/v1/query with a JSON body. Returns columns, rows, and execution time. Integrate into any application or workflow.
Built into the Pathfinder Tauri desktop app. Query results display in a sortable, filterable data grid alongside your audit and migration tools.
SQL-Graph hybrid queries against any connected Salesforce org. Part of the Pathfinder platform.
Schedule a Demo