Skip to content

Commit 944a825

Browse files
authored
Update README.md
1 parent ebfbf9d commit 944a825

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/postgresql/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We provide prebuilt binaries for:
1515
* WebAssembly (WASM)
1616
* Popular frameworks including React, Expo, npm, and more
1717

18-
**Note:** The latest version (v0.9.96) is not yet available in the official sqlite-sync repository.
 Please use our development fork instead:~[https://github.com/sqliteai/sqlite-sync-dev](https://github.com/sqliteai/sqlite-sync-dev)~
18+
**Note:** The latest version (v0.9.96) is not yet available in the official sqlite-sync repository.
 Please use our development fork instead:[https://github.com/sqliteai/sqlite-sync-dev](https://github.com/sqliteai/sqlite-sync-dev)
1919

2020
### Architecture Refactoring
2121
The extension has been refactored to support both **SQLite** and **PostgreSQL** backends.
@@ -110,4 +110,9 @@ The PostgreSQL integration is actively evolving. Current limitations include:
110110
* **User Impersonation**
: The microservice currently applies server changes using the Supabase Admin user. 
In the next version, changes will be applied under the identity associated with the client’s JWT.
111111
* **Table Creation**
: Tables must currently be created manually in PostgreSQL before synchronization.
 We are implementing automatic translation of SQLite CREATE TABLE statements to PostgreSQL syntax.
112112
* **Row-Level Security**: RLS is fully implemented for SQLiteCloud servers.
PostgreSQL RLS integration is in progress and will be included in the final release.
113-
* **Beta Status**
: While extensively tested, the PostgreSQL sync stack should currently be considered **beta software**. Please report any issues, we are committed to resolving them quickly.
113+
* **Beta Status**
: While extensively tested, the PostgreSQL sync stack should currently be considered **beta software**. Please report any issues, we are committed to resolving them quickly.
114+
115+
# Next
116+
* [CLIENT](CLIENT.md) installation and setup
117+
* [CLOUDSYNC](CLOUDSYNC.md) microservice configuration and setup
118+
* [SUPABASE](SUPABASE.md) configuration and setup

0 commit comments

Comments
 (0)