TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: MЯO (ORM backwards) write SQL then generate its host-language wrapper

20 点作者 bbsimonbb大约 6 年前

4 条评论

dmarlow大约 6 年前
I like this, but am trying to figure out whether this is an option&#x2F;possible:<p>1. Utilize an abstraction to connect to the database or what connection string is used. For example, using AAD vs shared credentials when connecting to the DB.<p>2. Centered around Stored Procedures. I&#x27;d like to have everyone focused on creating the SP and then having the model created automatically from that SP.
评论 #19516973 未加载
JBReefer大约 6 年前
Wow I love this with my full heart. Is this C# only or do you have plans for other languages (like Typescript? Please?)<p>I bet this idea blows up - ORMs are such a PITA, and I love tools like Dapper that just wrap the contrapositive of this behavior - this seems even better to me.
评论 #19514271 未加载
Semaphor大约 6 年前
Awesome! I&#x27;ve been using some slightly changed Poco Generator (I added nullable types, the generator was that old :D) from codeproject.com for this. But your project looks much better. I recently switched from VS to Rider, but this still looks great.
dlahoda大约 6 年前
F# variant <a href="https:&#x2F;&#x2F;github.com&#x2F;rspeele&#x2F;Rezoom.SQL" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rspeele&#x2F;Rezoom.SQL</a>