Sharajdev

speeDB — Grounded DB Query Optimiser

Free Chrome Extension

Scan any GitHub or GitLab repository for database queries and get grounded, output-identical optimisations re-verified against your actual codebase before you see them.

What speeDB does

speeDB reads a GitHub or GitLab repository, finds every database query across your codebase, and proposes rewrites that execute faster while returning exactly the same results. The challenge with AI suggestions is trust — speeDB solves this by validating every suggestion against the actual repository files, schemas, and line ranges before showing it to you.

Key Features

Who it's for

Backend developers, database administrators, and QA engineers looking to eliminate query bottlenecks, audit pull requests for N+1 performance regressions, and ensure rock-solid data layer efficiency.

FAQ

Is speeDB free? Yes — speeDB is free to install from the Chrome Web Store.

Does speeDB connect to my production database? No. speeDB has no database connection and never executes queries. It analyzes query code and ORM call chains directly from repository files.

Are private repositories safe? Yes. Analysis happens in your browser. With Chrome's built-in AI (Gemini Nano), nothing leaves your machine. With cloud models, requests go directly from your browser to your chosen provider using your own key.

Related extensions