From f1e0e8408be077e8874177125a0e8bad304ff604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20=C3=87AKI?= Date: Sun, 27 Oct 2019 11:03:16 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d13add..90d5bf0 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,9 @@ A curated list of amazingly awesome database libraries, resources and shiny thin ## Javascript * [couchdb](https://github.com/apache/couchdb) - Apache CouchDB™ is a database that uses JSON for documents,JavaScript for MapReduce indexes, and regular HTTP for its API [website] (http://couchdb.apache.org/) -* [mongodb](https://github.com/mongodb/mongo) - MongoDB is a document database that provides high performance, high availability, and easy scalability. Documents (objects) map nicely to programming language data types. Embedded documents and arrays reduce need for joins. Dynamic schema makes polymorphism easier. [website] (https://www.mongodb.org/) - +* [mongodb](https://github.com/mongodb/mongo) - MongoDB is a document database that provides high performance, high availability, and easy scalability. Documents (objects) map nicely to programming language data types. Embedded documents and arrays reduce need for joins. Dynamic schema makes polymorphism easier. [website] (https://www.mongodb.org/) +* [Realm](https://realm.io/products/realm-database) - Realm Database is a fast, easy to use, and open source alternative to SQLite and Core Data. + ## Scala