Viewing a single comment thread. View all comments

HighTechPipefitter t1_j6xjlgw wrote

Fun starts here: https://platform.openai.com/examples/default-sql-translate

Then "all you need" is to create an API call with python to get the query from OpenAI and send that query to your database through another API call.

Start small, there's a lot of little quirks but the potential is definitely there.

I expect that in the coming years you will start to see a bunch of articles about the best practice on how to integrate an AI with a database.

Good luck.

2