Alternatives
Products that do what Building a SQL analyst agent from scratch does
I built a SQL analyst agent based on a simple idea: generating SQL is not the same as doing analysis. Most text-to-SQL tools stop at producing a query. But real analysis is iterative. You explore the schema, run queries, adjust, and refine. This project tries to model that loop instead of treating a query as the final output. I wrote about the approach, challenges, and tradeoffs here: https://raminmousavi.dev/blog/building-a-sql-analyst-agent Github repo: https://github.com/raminious/sql-analyst-ai-agent
- 1

- 2

- 3

- 4

- 5

- 6DS
I played around with GPT-3 to build this demo. Select a public BigQuery dataset and describe your query in natural English, then edit the generated SQL as needed and execute it. https://app.tabbydata.com/sql-assistant-demo
2021
- 7

- 8

- 9

- 10

- 11

- 12

- 13

- 14

- 15

- 16BY
Build you own query planner guide. I've been developing this guide for some time now, and I'm excited to finally share it with you. This project includes: - a SQL-like language - a fully-functional SQL planner/optimizer - a minimal query executor (for demoing purpose) GitHub: https://github.com/tuannh982/query-planner-guide
2024 · github.com
- 17

- 18FS
A minimalistic Fluent SQL API for Java built with one compilation unit aimed to resemble the code to your original SQL code
2013 · github.com
- 19TO
Hey Hackernews! We’ve launched our new AI-powered report builder and we’re eager to get feedback. We set this up with some demo retail data, but this can plug into any SQL database to provide customer reporting through natural language. I’ve seen this type of feature demo well on other platforms, but never actually work, so we’re putting this out into the world for anyone to actually try themselves. We’re leveraging OpenAI under the hood and have made a ton of improvements to the prompt engineering to configure the reports (OpenAI doesn’t actually write the underlying SQL). Click into a…
2025 · custom.explo.co
- 201O
Hi HN! I'm a 15-year-old dev in Hong Kong who built ExcelTutor.pro. It's an AI assistant that generates Excel formulas, SQL queries, and automation scripts from plain English. Key features: * Infinite usage - no query limits * Formula generation - converts natural language to Excel formulas * SQL Query Builder - creates database queries from prompts * Automation Scripts - automates repetitive spreadsheet tasks Unlike manual solutions, it handles things like: =XLOOKUP(A2,Inventory!B:B,Inventory!F:F,"Not Found") in seconds. No more trial-and-error or Stack Overflow digging. You can: - Describe…
2025 · exceltutor.pro
- 21BA
I'm building a workspace for doing focus work while also managing constant multi-tasking and context-switching that's required in a lot of roles. Currently this is done by using a notes system where we can split-screen AI chat, an object-based data table system for tracking entities, as well as viewing other documents. We can define agents directly from documents by giving instructions in plain language and then defining the trigger conditions. This helps automate workflows directly in the place where we're reading and writing content. I'm continuing to experiment with instructions and…
2025 · useportals.dev
- 22UE
Explain Code App works with SQL, a popular language for querying databases. You can tell Explain Code App what you want in plain language, and the app will generate the matching SQL code for you. https://www.explaincode.app
2022
- 23

- 24AA
Hey, I'm Marc one of the co-founders of Fabi! We've all seen the "chat with your data" or the "AI-as-an-assistant" when building reports, but we felt like this wasn't quite right. So we decided to build a system that allowed users to: * Connect any data source to the AI * Purely chat with the AI and their data (so we show the output right in the chat before you even apply the changes) * Convert that chat to a repeatable analysis with a data app or workflow * Toggle back to chat mode without missing a beat Basically this means that if you're a data person, you don't have to go through these…
Oct 2025 · fabi.ai
Ranked by how close each launch is in meaning, then by votes. Refine with a description →