【发布时间】:2015-05-09 06:46:28
【问题描述】:
我们如何从流星应用程序中的数据库生成模式。 我想从每个数据库条目生成多个模式。
使用的 DB 是 Mongo DB。
此架构稍后将用于生成表单。
我正在使用 autoform 生成表单。
【问题讨论】:
-
这个关于如何对 mongodb 模式进行逆向工程的答案可能有用:stackoverflow.com/questions/12386547/…
标签: json mongodb meteor database-schema meteor-autoform