
SOQL Query Builder
Build Salesforce SOQL queries visually - no syntax needed
What it does
Tired of writing SOQL by hand in the Developer Console? Connect your Salesforce org and build queries visually. Pick objects, select fields, add WHERE clauses from dropdowns, set ORDER BY and LIMIT — then copy the generated SOQL. Supports relationship queries, aggregate functions, and all 24 date literals. What makes it different: 100% browser-based — no data stored on our servers Live org connection shows your actual objects and fields Inline SOQL syntax reference Free, no signup, no install
Does the same job
all alternatives →
- DTDDL to Data – Generate realistic test data from SQL schemasJan 2026 · ▲55
I built DDL to Data after repeatedly pushing back on "just use production data and mask it" requests. Teams needed populated databases for testing, but pulling prod meant security reviews, PII scrubbing, and DevOps tickets. Hand-written seed scripts were the alternative slow, fragile, and out of sync the moment schemas changed. Paste your CREATE TABLE statements, get realistic test data back. It parses your schema, preserves foreign key relationships, and generates data that looks real, emails look like emails, timestamps are reasonable, uniqueness constraints are honored. No setup, no…
Database Schema Gallery by DrawSQL2020 · ▲156Collection of 200+ database diagram templates for developers
- GAGoSQL – A query engine in 319 LoC2024 · github.com · ▲81
I've always been curious about how SQL engines actually work. So I built a minimum viable SQL engine in Go. - Supports CSV files as tables - Supports SELECT, FROM, WHERE, LIMIT It's very simple: 1. Parses query string 2. Converts it into an AST representation 3. Executes the query against the CSV 4. Returns the results

- BEbpfquery – experimenting with compiling SQL to bpf(trace)2024 · bpfquery.com · ▲58
Hello! The last few weeks I've been experimenting with compiling sql queries to bpftrace programs and then working with the results. bpfquery.com is the result of that, source available at https://github.com/zmaril/bpfquery. It's a very minimal sql to bpftrace compiler that lets you explore what's going on with your systems. It implements queries, expressions, and filters/wheres/predicates, and has a streaming pivot table interface built on https://perspective.finos.org. I am still figuring out how to do windows, aggregations and joins though, but the…
More dev tools this month
the category →



The first open-source price index for GPU compute
Dev tools · 10d ago · getcomputable.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com
Launched alongside, March 2026
the whole month →

Switch from ChatGPT to Claude with import memory feature
AI · Mar 2026 · claude.com


