Skip to content

Commit

Permalink
Merge pull request #4958 from realm/pjr/readme-update
Browse files Browse the repository at this point in the history
Readme update
  • Loading branch information
jpsim authored May 16, 2017
2 parents de8d2a9 + 1509776 commit 77c86dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repository holds the source code for the iOS, macOS, tvOS & watchOS version

* **Mobile-first:** Realm is the first database built from the ground up to run directly inside phones, tablets and wearables.
* **Simple:** Data is directly [exposed as objects](https://realm.io/docs/objc/latest/#models) and [queryable by code](https://realm.io/docs/objc/latest/#queries), removing the need for ORM's riddled with performance & maintenance issues. Most of our users pick it up intuitively, getting simple apps up & running in minutes.
* **Modern:** Realm supports relationships, generics, vectorization and even Swift.
* **Modern:** Realm supports relationships, generics, vectorization and Swift.
* **Fast:** Realm is faster than even raw SQLite on common operations, while maintaining an extremely rich feature set.

## Getting Started
Expand Down

0 comments on commit 77c86dc

Please sign in to comment.