←back to thread

103 points nicktikhonov | 2 comments | | HN request time: 0.418s | 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
kebsup ◴[] No.44328195[source]
I was looking for something like this that supports graphs.
replies(1): >>44328239 #
1. nicktikhonov ◴[] No.44328239[source]
Graph generation is next on the list.
replies(1): >>44329630 #
2. JofArnold ◴[] No.44329630[source]
Neo4j?