Show HN: SQLiteGPT – Directly query ChatGPT with SQL functions
https://github.com/Airsequel/SQLiteGPTHi, 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! ;-)