MarkMpn / Sql4Cds

SQL 4 CDS core engine and XrmToolbox tool
MIT License
74 stars 22 forks source link

Feature Request: Provider Template Update/Insert Statements #487

Closed daryllabar closed 1 month ago

daryllabar commented 2 months ago

Allow for a similar feature as SSMS with being able to generate template statements for CRUD operations:

image

Bonus points if you figure out how to include Copilot natural language to generate the Script. (Like, a lot of Lots of bonus points)

MarkMpn commented 2 months ago

I'd got a prototype copilot version built a while ago but never figured out how to cover the costs of making the AI requests. I think I'd need to get users to set up their own [Azure] Open AI resources and enter a key in the configuration somewhere so SQL 4 CDS could use it and you handle your own billing. I'll see if I can dust that version off and get it ready for release.