Show HN: SQLiteGPT – Directly query ChatGPT with SQL functions

https://github.com/Airsequel/SQLiteGPT
by adius • 3 years ago
2 2 3 years ago

Hi, today I realized I could query ChatGPT directly from SQLite with a custom SQL function. I'm incredible excited about the possibilities of this. All kinds of crazy AI powered data enhancement, extraction, summarization, analysis, … prompts are now only a SQL query away! =)

The implementation is just a prototype and it should be implemented as proper loadable extension in Rust with sqlite-loadable-rs. Make sure to star the GitHub repo if you want to see this happen! ;-)

Related Stories

Loading related stories...

Source preview

github.com