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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: E2E Type-Safe ORM from Database to API and UI Instantly

2 点作者 carlual8 个月前
Hey there. We built the ZenStack open-source TypeScript toolkit on top of Prisma ORM. It adds an Authorization layer to the schema and then automatically generates both APIs and frontend hooks for you. You can choose whatever frontend framework, like React, Vue, or Svelte, and the full-stack framework, such as Next.js, Remix, Sveltekit, and Nuxt, to work with.<p>The generated hooks mirror the Prisma client, providing type-safe frontend queries similar to GraphQL and ensuring a consistent coding experience across both the front end and backend.<p>We hope it can fill some of the gaps left by the absence of frameworks like Rails or Laravel in the JavaScript world.

1 comment

mjomaa8 个月前
Reminds me of Oracle Apex a bit, just more modern.