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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A Kotlin/JVM database client for those who want to write SQL

2 点作者 be-hase11 个月前
It is implemented for those who like to write SQL directly. Using the Kotlin compiler plugin, I achieve binding parameters using string interpolation.

1 comment

ttymck11 个月前
In the example<p>``` status = $status &quot;&quot;&quot; if (vip != null) { +&quot;vip = $vip&quot; } ```<p>Does that concatentation automatically add the &quot;AND&quot; to combine the where clauses? How does it know the vip bit is a where clause?