Live data from Hacker News

Show HN: SnapQL – Desktop app to query Postgres with AI

github.com

21–30 of 85 posts

Re: Show HN: SnapQL – Desktop app to query Postgres with AI

#25

Am I misunderstanding something? How is this "Everything runs locally" if it's talking to OpenAI's APIs?

What I meant was that it isn't a web app and I don't store your connection strings or query results. I'll make this more clear

Re: Show HN: SnapQL – Desktop app to query Postgres with AI

#26

Am I misunderstanding something? How is this "Everything runs locally" if it's talking to OpenAI's APIs?

What I meant was that it isn't a web app and I don't store your connection strings or query results. I'll make this more clear

You might not but openai does.

Re: Show HN: SnapQL – Desktop app to query Postgres with AI

#27
post #14

Earlier quoted context omitted.

You can set up an MCP and use it in your existing AI app, but is afaiu the first open source standalone app that gives you a familiar interface to other SQL workspace tools. I built it to be a familiar but much more powerful experience for both technical and nontechnical people.

There are competitors with a GUI too, such as https://www.sqlchat.ai/ and https://www.jetbrains.com/datagrip/features/ai/ I wish you luck in refining your differentiation.

The first doesn't have good UX and the second isn't open source. SnapQL is both :) But I'll find new ways to differentiate for sure, it's part of the fun of building.

Re: Show HN: SnapQL – Desktop app to query Postgres with AI

#29

Looks useful! And the system prompt didn't require too much finessing. I wonder how it would work with some later models than gpt-4o as in my own dabbling around gpt-4o wasn't quite there yet and the latest models are getting really good. For analytical purposes, this text-to-SQL is the future; it's already huge with Snowflake ( https://www.snowflake.com/en/engineering-blog/cortex-analyst... ).

Appreciate the input! I'd love to be able to support more models. That's one of the issues in the repo right now. And I'd be more than happy to welcome contributions to add this and other features
Post reply on HN