From 19a60cceaffd4d91daac72ad7c4640fb6297c189 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 29 Sep 2023 18:53:21 -0700 Subject: [PATCH] Update README.md, add fireproof fireproof: Zero dependency, offline-capable CRDT database, runs in the browser and connects to any cloud https://github.com/fireproof-storage --- README.md | 1 + 1 file changed, 1 insertion(+) 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/)