Skip to content

Commit

Permalink
clarify support in-memory realm
Browse files Browse the repository at this point in the history
  • Loading branch information
mongodben committed Sep 1, 2023
1 parent fa42a43 commit ee3b5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/web.txt
Expand Up @@ -36,8 +36,8 @@ Web apps built with Realm can query Atlas using the following methods:
- The standard MongoDB query API with the :ref:`MongoDB client <web-query-mongodb>`
- Realm Database API with :ref:`Atlas Device Sync <web-sync>`

Unlike the other Realm SDKs, the Web SDK does not support creating
a local Realm database.
Unlike the other Realm SDKs, the Web SDK only support creating
a in-memory Realm database, not one persisted to disk.

.. kicker:: Learning Paths

Expand Down

0 comments on commit ee3b5ae

Please sign in to comment.