←back to thread

103 points nicktikhonov | 3 comments | | HN request time: 0.618s | 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.

Show context
revskill ◴[] No.44328408[source]
What's the underlying model to enable this ?
replies(1): >>44328576 #
1. nicktikhonov ◴[] No.44328576[source]
Currently OpenAI 4o
replies(1): >>44328642 #
2. revskill ◴[] No.44328642[source]
So u already train all knowledgebase or fine tune? Would love to know how can u evaluate correctness.
replies(1): >>44330026 #
3. ramoz ◴[] No.44330026[source]
they don't it's simple a zero-shot text to sql interface. the app development started 2days ago.

https://github.com/NickTikhonov/snap-ql/blob/main/src/main/l...