在线协作模式设计(利用谷歌文档?)

发布于 2024-08-26 23:30:34 字数 323 浏览 5 评论 0原文

我正在寻找在线协作数据库模式设计师。应用程序专门针对 MySQL,但通用数据库设计器也很好。 重要的是它可以处理修订(更改历史)。

这看起来很酷,我可以将它托管在服务器上 - 但看起来它不能处理多用户: http://ondras.zarovi.cz/sql/demo/

目前我们正在做谷歌文档/电子表格上有很多设计协作。有人使用谷歌电子表格进行模式设计取得过成功吗?即使只有一个用于绘制线条/连接的小工具,我也可能会尝试一下 Google Docs。

I'm looking for an online, collaborative database schema designer. App is for MySQL specifically, but generic DB designer is fine too.
It's important that it can handle revisions (history of changes).

This looks cool, and I could host it on a server - but doesn't look like it would handle multi-user:
http://ondras.zarovi.cz/sql/demo/

Currently we're doing a lot of design collaboration on google docs/spreadsheets. Has anyone had any success using google spreadsheet for schema design? Even if there were just a gadget for drawing lines/connections, I might give Google Docs a shot.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

纵性 2024-09-02 23:30:34

您可以使用 UML 来表示数据库模式,这会带来一个不同的问题:是否有用于构建 UML 图的协作软件? SAP 有一些基于 Google Wave 构建的软件来进行类似 UML 的协作编辑(我认为他们的目的是对流程进行建模),但我不确定当 Google Wave 失败时它去了哪里。我认为现在是 StreamWork (http://www.sapstreamwork.com/how-it-works)。我在那里没有看到任何图表工具。

You could represent the database schema using UML, which brings up a different question: is there any collaboration software out there for building UML diagrams? SAP had some software built on Google Wave to do some UML-like, collaborative editing (theirs was to model processes I think) but I'm not sure where it went when Google Wave flopped. I think it is now StreamWork (http://www.sapstreamwork.com/how-it-works). I didn't see any diagramming tools there.

淡淡绿茶香 2024-09-02 23:30:34

SQL fiddle 让您可以使用 Web 界面进行数据库设计。
那多酷啊

SQL fiddle let's you play with DB design using a web interface.
How cool is that

鹤舞 2024-09-02 23:30:34

检查https://dbhub.io/,它允许托管sq​​lite数据库在线共享。用户可以标记数据库是公共的还是私有的。

源代码可以在 https://github.com/sqlitebrowser/dbhub.io 上找到

Check https://dbhub.io/, which allows to host sqlite database to be shared online. Users can mark whether the database is public or private.

Source code can be found on https://github.com/sqlitebrowser/dbhub.io

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文