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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

QueryFirst for vs Code

1 点作者 bbsimonbb大约 4 年前

2 条评论

bbsimonbb大约 4 年前
"Typed raw SQL" is the best we could think of to name this approach. Perhaps hackernews can do better? The common criteria are that SQL must be be validated in situ, and strong typing should be continuous from the database into the application code.
bbsimonbb大约 4 年前
Typed raw SQL for data access now exists for typescript/postgres (pgtyped), Go (sqlc), Scala (scala-slick) and perhaps others. QueryFirst, Visual Studio extension since 2016, now has a VS Code version, and multiplatform .net 5 command line. (github)