This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| These are the files used in Effortless SQL Query Crafting: Unleashing GitHub Copilot's Power post. See here: | |
| https://medium.com/@massimopiccardo/effortless-sql-query-crafting-unleashing-github-copilots-power-d09136e92de8 | |
| DatabaseContextCreation_base.sql --> A basic query to generate a list of comments to use as a context for copilot generated queries | |
| DatabaseContextCreation_relations.sql --> An evolution of the base one, adding foreing keys information | |
| DatabaseContextCreation_descriptions.sql --> Another evolution, adding table and column free text descriptions | |
| sp_AddUpdateDescription.sql --> A stored procedure to simplify the definition of descriptions ofr tables and columns | |