| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # SQLite Sync | |
| 2 | 2 | ||
| 3 | - [%22%3E(%5B%5Cd.%5D%2B)%26nbsp%3B%25&replace=%241%25&label=coverage&labelColor=rgb(85%2C%2085%2C%2085)%3B&color=rgb(167%2C%20252%2C%20157)%3B&link=https%3A%2F%2Fsqliteai.github.io%2Fsqlite-sync-dev%2F)](https://sqliteai.github.io/sqlite-sync-dev/) | ||
| 3 | + [%22%3E(%5B%5Cd.%5D%2B)%26nbsp%3B%25&replace=%241%25&label=coverage&labelColor=rgb(85%2C%2085%2C%2085)%3B&color=rgb(167%2C%20252%2C%20157)%3B&link=https%3A%2F%2Fsqliteai.github.io%2Fsqlite-sync%2F)](https://sqliteai.github.io/sqlite-sync/) | ||
| 4 | 4 | ||
| 5 | 5 | **SQLite Sync** is a multi-platform extension that brings a true **local-first experience** to your applications with minimal effort. It extends standard SQLite tables with built-in support for offline work and automatic synchronization, allowing multiple devices to operate independently—even without a network connection—and seamlessly stay in sync. With SQLite Sync, developers can easily build **distributed, collaborative applications** while continuing to rely on the **simplicity, reliability, and performance of SQLite**. | |
| 6 | 6 | ||
@@ -144,7 +144,7 @@ For detailed information on all available functions, their parameters, and examp | |||
| 144 | 144 | ||
| 145 | 145 | ### Pre-built Binaries | |
| 146 | 146 | ||
| 147 | - Download the appropriate pre-built binary for your platform from the official [Releases](https://github.com/sqliteai/sqlite-sync-dev/releases) page: | ||
| 147 | + Download the appropriate pre-built binary for your platform from the official [Releases](https://github.com/sqliteai/sqlite-sync/releases) page: | ||
| 148 | 148 | ||
| 149 | 149 | - Linux: x86 and ARM | |
| 150 | 150 | - macOS: x86 and ARM | |
@@ -291,7 +291,7 @@ Here's a quick example to get started with SQLite Sync: | |||
| 291 | 291 | ### Prerequisites | |
| 292 | 292 | ||
| 293 | 293 | 1. **SQLite Cloud Account**: Sign up at [SQLite Cloud](https://sqlitecloud.io/) | |
| 294 | - 2. **SQLite Sync Extension**: Download from [Releases](https://github.com/sqliteai/sqlite-sync-dev/releases) | ||
| 294 | + 2. **SQLite Sync Extension**: Download from [Releases](https://github.com/sqliteai/sqlite-sync/releases) | ||
| 295 | 295 | ||
| 296 | 296 | ### SQLite Cloud Setup | |
| 297 | 297 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,7 +43,7 @@ API_TOKEN="token" | |||
| 43 | 43 | > - Anyone can inspect your app and extract database credentials | |
| 44 | 44 | > | |
| 45 | 45 | > **For production apps:** | |
| 46 | - > - Use the secure [sport-tracker-app](https://github.com/sqliteai/sqlite-sync-dev/tree/main/examples/sport-tracker-app) pattern with authentication tokens and row-level security | ||
| 46 | + > - Use the secure [sport-tracker-app](https://github.com/sqliteai/sqlite-sync/tree/main/examples/sport-tracker-app) pattern with authentication tokens and row-level security | ||
| 47 | 47 | > - Never embed database credentials in client applications | |
| 48 | 48 | ||
| 49 | 49 | ### 4. Build and run the App | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,7 +50,7 @@ async function getLatestReleaseUrl(asset_pattern) { | |||
| 50 | 50 | return new Promise((resolve, reject) => { | |
| 51 | 51 | const options = { | |
| 52 | 52 | hostname: 'api.github.com', | |
| 53 | - path: '/repos/sqliteai/sqlite-sync-dev/releases/latest', | ||
| 53 | + path: '/repos/sqliteai/sqlite-sync/releases/latest', | ||
| 54 | 54 | headers: { | |
| 55 | 55 | 'User-Agent': 'expo-cloudsync-plugin' | |
| 56 | 56 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments