paralleldrive / sudolang-llm-support

SudoLang LLM Support for VSCode
MIT License
1.07k stars 71 forks source link

Proposal for a "model" construct for SQL, NoSQL, & ORM dialects #8

Closed maxxheth closed 1 year ago

maxxheth commented 1 year ago

I've been using ChatGPT to generate both SQL and ORM code using natural language prompts and thought the "model" construct might be a meaningful addition to the Sudolang spec.

ericelliott commented 1 year ago

Thank you. Models are just "interfaces" with another name. Seeder scripts are just SudoLang programs. Exhaustively listing everything that could be done with SudoLang would take an infinite amount of space.

ericelliott commented 1 year ago

These should really be example programs, rather than modifications to the spec.