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.
如何在没有 JSON 的情况下从 Couchbase Lite 中具有特定键的数据库中检索数据?(IOS 框架)
你需要对问题进行阐述。理想情况下,您会使用模型对象,但它将所有内容都存储为 JSON。请记住,任何类型的数据都可以存储在 JSON 中,所以即使它最终有一点开销,它也是最容易使用的。
如果这是一个更复杂的架构问题,您可能想在他们网站上的官方 Couchbase 论坛上发帖,他们的技术人员可以在那里回答。