Skip to content

Commit 3f20878

Browse files
committed
chore: update link on docs/postgresql/sport app
1 parent e9b9b84 commit 3f20878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/postgresql/SPORT_APP_README_SUPABASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sport Tracker app with SQLite Sync 🚵
22

3-
A Vite/React demonstration app showcasing [**SQLite Sync (Dev)**](https://github.com/sqliteai/sqlite-sync-dev) implementation for **offline-first** data synchronization across multiple devices. This example illustrates how to integrate SQLite AI's sync capabilities into modern web applications with proper authentication via [Access Token](https://docs.sqlitecloud.io/docs/access-tokens) and [Row-Level Security (RLS)](https://docs.sqlitecloud.io/docs/rls).
3+
A Vite/React demonstration app showcasing [**SQLite Sync (Dev)**](https://github.com/sqliteai/sqlite-sync) implementation for **offline-first** data synchronization across multiple devices. This example illustrates how to integrate SQLite AI's sync capabilities into modern web applications with proper authentication via [Access Token](https://docs.sqlitecloud.io/docs/access-tokens) and [Row-Level Security (RLS)](https://docs.sqlitecloud.io/docs/rls).
44

55
> This app uses the packed WASM version of SQLite with the [SQLite Sync extension enabled](https://www.npmjs.com/package/@sqliteai/sqlite-wasm).
66
@@ -40,4 +40,4 @@ npm run dev
4040
4141
### Demo
4242
43-
Continue reading on the official [README](https://github.com/sqliteai/sqlite-sync-dev/blob/main/examples/sport-tracker-app/README.md#demo-use-case-multi-user-sync-scenario).
43+
Continue reading on the official [README](https://github.com/sqliteai/sqlite-sync/blob/main/examples/sport-tracker-app/README.md#demo-use-case-multi-user-sync-scenario).

0 commit comments

Comments
 (0)