diff --git a/README.md b/README.md index 6e0a6377..85748eee 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,14 @@ 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. + Persist YJS updates in your React Native app using + op-sqlite + , the fastest SQLite library for React Native. +
+
y-postgresql
+
+ Provides persistent storage for a web server using PostgreSQL and + is easily compatible with y-websocket.