TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

QueryFirst for vs Code

1 pointsby bbsimonbbabout 4 years ago

2 comments

bbsimonbbabout 4 years ago
"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.
bbsimonbbabout 4 years ago
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)