What running my text-to-SQL library against a real Oracle database found
This story is from 2026-09-08. It is preserved in the archive; the latest stories are on the live feed.
A few weeks ago I published schemagate, a library that picks the handful of tables a text-to-SQL model needs and filters them by who's asking. Two people in the comments asked for column-level restriction and an audit record of what was selected. Both are in now — restrict_column() and Selection.to…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-09-08 20:46 · DEV Community — AI
What running my text-to-SQL library against a real Oracle database found