Can I use MongoDB as a replacement for CoreData on iOS?

前端 未结 8 1580
名媛妹妹
名媛妹妹 2021-02-01 18:32

I\'m just starting to read up on NoSQL technologies such as MongoDB and CouchDB. I\'m interested in knowing whether I can use MongoDB or indeed any NoSQL technology as a replace

8条回答
  •  情书的邮戳
    2021-02-01 18:43

    MongoDB Mobile is an smaller version of the MongoDB database, optimized to run on mobile and IoT devices.

    MongoDB Mobile comprises two core pieces:

    A mobile-optimized version of the MongoDB database that runs locally on the device, enabling offline access to data. Native Java (Android) and Swift (iOS) SDKs that manage the lower-level database operations and provide methods to interact with MongoDB Mobile and the Stitch backend.

    https://docs.mongodb.com/stitch/mongodb/mobile/mobile-features/

提交回复
热议问题