diff --git a/README.md b/README.md index 4d13add..4917ce3 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ A curated list of amazingly awesome database libraries, resources and shiny thin ## Javascript +* [fireproof](https://github.com/fireproof-storage) - Zero dependency, offline-capable CRDT database, runs in the browser and connects to any cloud * [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/)