BridgeQL Query Engine

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.

Get Started Read the Deep-Dive
120
Tests Passing
<1ms
Parse Time
SQL+Graph
Hybrid Syntax
3
Interfaces

Two Query Paradigms, One Language

SQL for Tabular Analysis

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.

Graph for Relationships

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.

Three Ways to Query

Interactive REPL

Full readline support with history, tab completion, and colored output. Connect to any org and explore interactively from the terminal.

REST API

POST /api/v1/query with a JSON body. Returns columns, rows, and execution time. Integrate into any application or workflow.

Desktop App

Built into the Pathfinder Tauri desktop app. Query results display in a sortable, filterable data grid alongside your audit and migration tools.

Query Your Orgs

SQL-Graph hybrid queries against any connected Salesforce org. Part of the Pathfinder platform.

Schedule a Demo