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! =)<p>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! ;-)