RtexoDeveloper Tools

SOQL Data Source for Salesforce

Native database tool window integration for IntelliJ IDEA, DataGrip, and JetBrains IDEs. Query Salesforce objects, inspect schema metadata, and execute SOQL without leaving your IDE.

Database Console — Salesforce SOQL
SELECT Id, Name, Account.Name FROM Contact WHERE CreatedDate = LAST_N_DAYS:30
IdNameAccount.Name
003xx000004TmiQAASMarc BenioffSalesforce.com, Inc.
003xx000004TmiRAASParker HarrisSalesforce.com, Inc.
003xx000004TmiSAASAda LovelaceBabbage Analytical Engine Corp.

Built for Developer Workflows

Seamlessly integrate Salesforce data into your daily development flow with tools designed for speed and safety.

Native IDE Integration

Works directly inside the standard JetBrains Database Tool Window alongside PostgreSQL, MySQL, and Oracle data sources.

Zero-Config SF CLI Auth

Seamless token retrieval via your existing local Salesforce CLI (sf) profiles. No manual OAuth setup or hardcoded credentials required.

Fast Local Metadata Caching

Intelligent local schema caching (~/.rtexo/jb-sf-datasource/metadata) ensures instant SObject introspection and code completion even on heavy enterprise orgs.

Safe Read-Only Execution

Built-in guardrails for production data inspection without the risk of accidental data mutation.

How It Works

Get started in three simple steps.

1

Authenticate Your Org

Run sf org login web to authenticate your Salesforce org locally via the Salesforce CLI.

2

Add Data Source

Open the Database Tool Window and add a new Salesforce SOQL data source in DataGrip or IntelliJ IDEA.

3

Query and Introspect

Browse SObjects in the schema tree and execute native SOQL queries directly in the editor.

Editions & Roadmap

Features available now and what we are building next.

Community Edition

Current Release
  • Full read-only SOQL console execution
  • Salesforce CLI authentication
  • Local metadata caching and introspection
  • Schema browser and code completion

Pro Edition

Upcoming
  • In-place data grid record editing
  • DML operations support
  • Bulk API 2.0 integration
  • Advanced data export