You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/postgresql/README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ We provide prebuilt binaries for:
15
15
* WebAssembly (WASM)
16
16
* Popular frameworks including React, Expo, npm, and more
17
17
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)
19
19
20
20
### Architecture Refactoring
21
21
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:
110
110
***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.
111
111
***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.
112
112
***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
0 commit comments