From d67a951104d09685f86bf6870e07c93b9d5974d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Max=20N=C3=B6tzold?=
<69591795+MaxNoetzold@users.noreply.github.com>
Date: Tue, 21 May 2024 15:30:24 +0200
Subject: [PATCH 1/2] add y-postgresql info to readme
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 6e0a6377..e87792fb 100644
--- a/README.md
+++ b/README.md
@@ -272,6 +272,10 @@ A database and connection provider for Yjs based on Firestore.
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.
+
# Ports
From 03593aeeb15dcee35a8108d82f8fd912f27f15ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Max=20N=C3=B6tzold?=
<69591795+MaxNoetzold@users.noreply.github.com>
Date: Tue, 21 May 2024 16:03:31 +0200
Subject: [PATCH 2/2] fix linting errors
---
README.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index e87792fb..85748eee 100644
--- a/README.md
+++ b/README.md
@@ -270,11 +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.
+ Provides persistent storage for a web server using PostgreSQL and
+ is easily compatible with y-websocket.