Merge pull request #640 from malte-j/patch-1

Add y-op-sqlite to Readme
This commit is contained in:
Kevin Jahns 2024-05-11 12:27:35 +02:00 committed by GitHub
commit c264b1c291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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