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.

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

2 pointsby be-hase11 months ago
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 months ago
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?