Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究无头 CMS,例如。Netlify,Strapi,理智。然而,它们似乎都没有处理管理分层数据的功能。我错过了什么吗?人们可以让我知道他们如何处理上述任何 CMS 中的分层数据。
您正在谈论数据库模型。您提到的每个 CMS 都可以实现分层模型。
例如,您可以声明Employee和Computer对象。然后你只需要在这两者之间添加一个关系。例如,在 Strapi 中,您只需添加一个relation字段Employee,上面写着Employee有一个Computer
Employee
Computer
relation