From 39961a679f63c59ca1b8d19432909547d2c62d4f Mon Sep 17 00:00:00 2001 From: Mugi Khan Date: Thu, 3 Oct 2024 10:52:39 +0200 Subject: [PATCH] chore: explain repo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08da2bd..095c49b 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,6 @@

+This repository is a fork of [react-native-quick-sqlite](https://github.com/ospfranco/react-native-quick-sqlite?tab=readme-ov-file) that includes custom SQLite extensions built specifically for **PowerSync**. It has been modified to meet the needs of **PowerSync**, adding features or behaviors that are different from the original repository. -Fork of [react-native-quick-sqlite](https://github.com/ospfranco/react-native-quick-sqlite?tab=readme-ov-file). It is **not** intended to be used directly, use [PowerSync React Native SDK](https://github.com/powersync-ja/powersync-js/tree/main/packages/react-native) instead. +It is **not** intended to be used independently, use [PowerSync React Native SDK](https://github.com/powersync-ja/powersync-js/tree/main/packages/react-native) and install this alongside it as a peer dependency.