From 1f2a5612fc460e0415220c1d5ac050167bb848d1 Mon Sep 17 00:00:00 2001 From: Sergey Gerasimenko Date: Fri, 14 Aug 2020 14:12:55 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 067b10fec..a05ad531e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # realm-dart -Realm is a mobile database: a replacement for SQLite & ORMs. +Experimental Realm bindingwhich allows working with a local realm database. It provides the functionality for creating, retrieving, querying, sorting, filtering, updating Dart objects and supports change notifications. + +Realm Dart is implemented as a Dart language library and a synchronous extension native dynamic library which is loaded in the application by the user code. From d1595927e060ad2032982f4f2b1506334de28be8 Mon Sep 17 00:00:00 2001 From: blagoev Date: Fri, 14 Aug 2020 14:38:51 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a05ad531e..e7a36b32d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # realm-dart -Experimental Realm bindingwhich allows working with a local realm database. It provides the functionality for creating, retrieving, querying, sorting, filtering, updating Dart objects and supports change notifications. +Experimental MongoDb Realm binding which allows working with a local Realm database in Dart standalone and Flutter. It provides the functionality for creating, retrieving, querying, sorting, filtering, updating Realm objects and supports change notifications. Realm Dart is implemented as a Dart language library and a synchronous extension native dynamic library which is loaded in the application by the user code. + +**This project is in experimental stage, it is not supported and should not be used in production.**