←back to thread

103 points nicktikhonov | 3 comments | | HN request time: 0.656s | source

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.

1. s1mplicissimus ◴[] No.44328306[source]
Are there plans to support other LLM sources, in particular ollama?
replies(1): >>44328574 #
2. nicktikhonov ◴[] No.44328574[source]
Yes! https://github.com/NickTikhonov/snap-ql/issues/1
replies(1): >>44329116 #
3. s1mplicissimus ◴[] No.44329116[source]
awesome, looking forward to try it with a self hosted model