10/23/2024
SQL Server Repository Builder
AI (Custom ChatGPT) By Michael Kappel
https://chatgpt.com/g/g-Wd1cEzV8O-ado-net-sql-server-repository-builder
When EF Core is too heavy or inefficient, you can just past in a SQL table CREATE or MODIFY statement to try it out.
Generates C # Models, and Repositories ADO.net SQL repositories based on provided SQL Server Tables, Views, or Schemas. The GPT uses base classes and interfaces as referenced in https://github.com/MichaelKappel/Repository to ensure compatibility with the structure and approach outlined there.
Also works with stored procs...
Generates C # using ADO.net SQL repositories based on provided SQL Server Tables, Views, or Schemas. The GPT uses base classes and interfaces as referenced in the https://github.com/MichaelKappel/Repository to ensure compatibility with the structure and approach outlined there.