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: KeywordSQL – Elagantly write SQL statements within your source code

3 pointsby ivancerasover 10 years ago

2 comments

FroshKillerover 10 years ago
This seems like a lot of work to avoid implementing the best practice of encapsulating database logic in user-defined functions, views, and stored procedures rather than hard-coding queries.<p>With that (probably controversial) criticism aside, does this library support multiple conditions in a JOIN predicate?
xrstfover 10 years ago
Sorry to be so blunt, but this seems like something straight from TheDailyWTF. :&#x2F; Do you gain any abstraction over the underlying DBMS, like with using Doctrine?