展示HN:Schema Pilot – 具有即时Prisma的可视化数据库设计工具
我已经开始着手开发Schema Pilot,这是一个开源项目,旨在创建一个可视化数据库设计工具,可以通过拖放界面自动生成Prisma模式和SQL。目前阶段还很早,主要是着手制作登录页面和核心引擎的初步规划。但我们的愿景是:
- 直观地创建表和关系
- 自动生成外键逻辑
- 导出干净的Prisma和SQL
- 最终能够导入现有的Prisma模式
我在公开的环境中构建这个项目,非常欢迎反馈、贡献者或任何对这个问题领域感兴趣的人。
代码库链接: [https://github.com/punyakrit/schema-pilot](https://github.com/punyakrit/schema-pilot)
欢迎提问!
查看原文
I’ve started working on Schema Pilot, an open-source idea for a visual database designer that generates Prisma schema + SQL automatically from a drag-and-drop interface.<p>Right now it’s very early — mostly the landing page + initial planning for the core engine. But the vision is:<p>visually create tables & relations<p>auto-generate FK logic<p>export clean Prisma + SQL<p>eventually import existing Prisma schemas<p>I'm building it in the open and would love feedback, contributors, or anyone interested in the problem space.<p>Repo: <a href="https://github.com/punyakrit/schema-pilot" rel="nofollow">https://github.com/punyakrit/schema-pilot</a><p>Happy to answer questions!