From 54594a2d7546aef289542a7189edfa5bb0cade2e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Malte=20Jan=C3=9Fen?= <hi@malts.me>
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.
   <dd>
 A database and connection provider for Yjs based on Firestore.
   </dd>
+  <dt><a href="https://github.com/malte-j/y-op-sqlite">y-op-sqlite</a></dt>
+  <dd>
+Persist YJS updates in your React Native app using <a href="https://github.com/OP-Engineering/op-sqlite">op-sqlite</a>, the fastest SQLite library for React Native. 
+  </dd>
 </dl>
 
 # Ports