Skip to content

Commit e9b9b84

Browse files
committed
chore: restore sqlite-sync-dev urls to sqlite-sync main repo
1 parent a4cf9e6 commit e9b9b84

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SQLite Sync
22

3-
[![sqlite-sync coverage](https://img.shields.io/badge/dynamic/regex?url=https%3A%2F%2Fsqliteai.github.io%2Fsqlite-sync-dev%2F&search=Functions%3A%3C%5C%2Ftd%3E%5Cs*%3Ctd%20class%3D%22headerCovTableEntry(?:Hi|Med|Lo)%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+
[![sqlite-sync coverage](https://img.shields.io/badge/dynamic/regex?url=https%3A%2F%2Fsqliteai.github.io%2Fsqlite-sync%2F&search=Functions%3A%3C%5C%2Ftd%3E%5Cs*%3Ctd%20class%3D%22headerCovTableEntry(?:Hi|Med|Lo)%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/)
44

55
**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**.
66

@@ -144,7 +144,7 @@ For detailed information on all available functions, their parameters, and examp
144144

145145
### Pre-built Binaries
146146

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:
148148

149149
- Linux: x86 and ARM
150150
- macOS: x86 and ARM
@@ -291,7 +291,7 @@ Here's a quick example to get started with SQLite Sync:
291291
### Prerequisites
292292

293293
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)
295295

296296
### SQLite Cloud Setup
297297

docs/postgresql/EXPO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ API_TOKEN="token"
4343
> - Anyone can inspect your app and extract database credentials
4444
>
4545
> **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
4747
> - Never embed database credentials in client applications
4848
4949
### 4. Build and run the App

examples/to-do-app/plugins/CloudSyncSetup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async function getLatestReleaseUrl(asset_pattern) {
5050
return new Promise((resolve, reject) => {
5151
const options = {
5252
hostname: 'api.github.com',
53-
path: '/repos/sqliteai/sqlite-sync-dev/releases/latest',
53+
path: '/repos/sqliteai/sqlite-sync/releases/latest',
5454
headers: {
5555
'User-Agent': 'expo-cloudsync-plugin'
5656
}

0 commit comments

Comments
 (0)