Skip to content

Commit 51c9f78

Browse files
committed
Correct URL
1 parent c7f2ec3 commit 51c9f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/realm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It might help to think of the Realm database as the persistance layer of the Atl
2121
## Features
2222

2323
* **Mobile-first:** Realm is the first database built from the ground up to run directly inside phones, tablets and wearables.
24-
* **Simple:** Data is directly [exposed as objects](https://www.mongodb.com/docs/atlas/device-sdks/sdk/node/realm-files/) and [queryable by code](https://www.mongodb.com/docs/atlas/device-sdks/node/crud/query-data/), removing the need for ORM's riddled with performance & maintenance issues.
24+
* **Simple:** Data is directly [exposed as objects](https://www.mongodb.com/docs/atlas/device-sdks/sdk/node/realm-files/) and [queryable by code](https://www.mongodb.com/docs/atlas/device-sdks/sdk/node/crud/query-data/), removing the need for ORM's riddled with performance & maintenance issues.
2525
* **Modern:** The database supports relationships, generics, and vectorization.
2626
* **Fast:** It is faster than even raw SQLite on common operations, while maintaining an extremely rich feature set.
2727
* **[MongoDB Atlas Device Sync](https://www.mongodb.com/atlas/app-services/device-sync)**: Makes it simple to keep data in sync across users, devices, and your backend in real time. Get started for free with [a template application](https://github.com/mongodb/template-app-react-native-todo) and [create the cloud backend](http://mongodb.com/realm/register?utm_medium=github_atlas_CTA&utm_source=realm_js_github).

0 commit comments

Comments
 (0)