From 54594a2d7546aef289542a7189edfa5bb0cade2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Jan=C3=9Fen?= Date: Tue, 30 Apr 2024 16:29:06 +0200 Subject: [PATCH] Add y-op-sqlite to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5c20b508..ebec926f 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,10 @@ Like y-indexeddb, but with sub-documents support and fully TypeScript.
A database and connection provider for Yjs based on Firestore.
+
y-op-sqlite
+
+Persist YJS updates in your React Native app using op-sqlite, the fastest SQLite library for React Native. +
# Ports