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: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Built on **CRDT** (Conflict-free Replicated Data Types), it guarantees:
53
53
54
54
### 1. Install
55
55
56
-
Download a pre-built binary from the [Releases](https://github.com/sqliteai/sqlite-sync/releases) page, or install a platform package (see [full installation guide](./docs/INSTALLATION.md) for platform-specific code examples):
56
+
Download a pre-built binary from the [Releases](https://github.com/sqliteai/sqlite-sync/releases) page, or install a platform package (see [full installation guide](./docs/installation.md) for platform-specific code examples):
Now two agents (or devices) can edit different lines of the same note, and both edits are preserved after sync. See the full guide: **[Block-Level LWW Documentation](./docs/BLOCK-LWW.md)**.
168
+
Now two agents (or devices) can edit different lines of the same note, and both edits are preserved after sync. See the full guide: **[Block-Level LWW Documentation](./docs/block-lww.md)**.
169
169
170
170
## Row-Level Security
171
171
@@ -174,16 +174,16 @@ With SQLite Cloud's RLS, a single shared cloud database serves all users while e
174
174
- One database, multiple tenants, no per-user database provisioning.
175
175
- Each client syncs only authorized rows, minimal bandwidth and storage.
176
176
177
-
See the full guide: **[Row-Level Security Documentation](./docs/ROW-LEVEL-SECURITY.md)**.
177
+
See the full guide: **[Row-Level Security Documentation](./docs/row-level-security.md)**.
178
178
179
179
## Documentation
180
180
181
181
-**[API Reference](./API.md)**: all functions, parameters, and examples
Copy file name to clipboardExpand all lines: docs/postgresql/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Additional CRDTs can be implemented if needed, though LWW covers most real-world
67
67
68
68
### Observability
69
69
70
-
* Metrics dashboard available in [grafana-dashboard.json](grafana-dashboard.json)
70
+
* Metrics dashboard available in [grafana-dashboard.json](../internal/grafana-dashboard.json)
71
71
72
72
73
73
# Postgres Sync
@@ -97,6 +97,6 @@ The PostgreSQL integration is actively evolving. Current limitations include:
97
97
***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.
98
98
99
99
# Next
100
-
*[CLIENT](CLIENT.md) installation and setup
101
-
*[SUPABASE](SUPABASE.md) configuration and setup
102
-
*[SPORT-TRACKER APP](SPORT_APP_README_SUPABASE.md) demo web app based on SQLite Sync WASM
100
+
*[CLIENT](client.md) installation and setup
101
+
*[SUPABASE](integrations/supabase.md) configuration and setup
102
+
*[SPORT-TRACKER APP](examples/sport-app-supabase.md) demo web app based on SQLite Sync WASM
0 commit comments