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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A Principled Approach to Querying Data – A Type-Safe Search DSL

93 点作者 kioku大约 1 个月前

7 条评论

fire_lake大约 1 个月前
&gt; Users expect near-native responsiveness, even when offline<p>Do they? I think users are amazed if <i>anything</i> works without internet with modern applications.
评论 #43825150 未加载
评论 #43794578 未加载
FrustratedMonky大约 1 个月前
Seems a lot like FSharp Type Providers? Is that a good analogy?
williamcotton30 天前
I&#x27;ve got a similar project that includes a React component for the search input. The React component is actually a Monaco text editor so you get syntax highlighting, error highlighting, tab completion and more.<p>Check it out here: <a href="https:&#x2F;&#x2F;github.com&#x2F;williamcotton&#x2F;search-input-query">https:&#x2F;&#x2F;github.com&#x2F;williamcotton&#x2F;search-input-query</a><p>There&#x27;s an animated GIF of the demo so you can get a very quick idea of how it works!
gitroom大约 1 个月前
Nice, Ive bounced around between Prisma and Kysely too. I get nervous about locking too much into one thing, you ever worry if leaning on too much codegen or magic ends up biting you down the road?
tehlike大约 1 个月前
LINQ or PRQL.
hu3大约 1 个月前
Looks good.<p>For a more database specific, type-safe, data querying solution, I like to use <a href="https:&#x2F;&#x2F;kysely.dev" rel="nofollow">https:&#x2F;&#x2F;kysely.dev</a>
评论 #43784883 未加载
评论 #43784415 未加载
mifydev大约 1 个月前
The same should apply to configuration, we have prisma for sql, we should have something like this for JSONs, like <a href="https:&#x2F;&#x2F;typeconf.dev" rel="nofollow">https:&#x2F;&#x2F;typeconf.dev</a> (I’m one of the founders)
评论 #43785952 未加载