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.

Ask HN: Best OSS SQL Query Builder in Any Language

2 pointsby mollerhojabout 1 year ago
I'm looking to build my own query builder, but I wish to study the state of the art first - Any recommendations? I hear good things about pythons SQL alchemy, and elixirs ecto?

1 comment

verdvermabout 1 year ago
<a href="https:&#x2F;&#x2F;prisma.io" rel="nofollow">https:&#x2F;&#x2F;prisma.io</a> is popular as I understand it. I&#x27;ve been trying out <a href="https:&#x2F;&#x2F;strapi.io" rel="nofollow">https:&#x2F;&#x2F;strapi.io</a> the last week and am thoroughly impressed.<p>They both do much more than build queries. One big thing both do is automate database migration calculations. Strapi goes further and gives you a CMS and admin UI on top, as well as doing a lot more of the complex query building from a json object. Both still require a fundamental understanding of the data model and SQL