Live data from Hacker News

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

github.com

1–10 of 85 posts

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

#1
SnapQL is an open-source desktop app (built with Electron) that lets you query your Postgres database using natural language. It’s schema-aware, so you don’t need to copy-paste your schema or write complex SQL by hand.

Everything runs locally — your OpenAI API key, your data, and your queries — so it's secure and private. Just connect your DB, describe what you want, and SnapQL writes and runs the SQL for you.

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

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

#6
post #4

If you can do this, can't you create a read-only user and use it with a database MCP like https://github.com/executeautomation/mcp-database-server ? Am I missing something?

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.
Post reply on HN