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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Best OSS SQL Query Builder in Any Language

2 点作者 mollerhoj大约 1 年前
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

verdverm大约 1 年前
<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