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.
我想知道这是否是 indexeddb 的正确 UML:
DB 1 <-- 0..*对象存储1 <-- 0..*对象存储中的一个对象
用人物画这个很难,但我希望你能明白。数据库中的每个对象存储都可以包含 0 个或多个对象。
参考:http ://www.w3.org/TR/IndexedDB/#introduction
是的,这是正确的对象模型。一个 DB 可以有 0 个或多个对象存储,并且相同的关系适用于对象存储中的对象之间。