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
**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
@@ -108,7 +108,7 @@ For detailed information on all available functions, their parameters, and examp
108
108
109
109
### Pre-built Binaries
110
110
111
-
Download the appropriate pre-built binary for your platform from the official [Releases](https://github.com/sqliteai/sqlite-sync/releases) page:
111
+
Download the appropriate pre-built binary for your platform from the official [Releases](https://github.com/sqliteai/sqlite-sync-dev/releases) page:
112
112
113
113
- Linux: x86 and ARM
114
114
- macOS: x86 and ARM
@@ -155,10 +155,10 @@ sqlite3_close(db)
155
155
156
156
### Android Package
157
157
158
-
Add the [following](https://central.sonatype.com/artifact/ai.sqlite/sync) to your Gradle dependencies:
158
+
Add the [following](https://central.sonatype.com/artifact/ai.sqlite/sync-dev) to your Gradle dependencies:
159
159
160
160
```gradle
161
-
implementation 'ai.sqlite:sync:0.8.41'
161
+
implementation 'ai.sqlite:sync-dev:0.9.91'
162
162
```
163
163
164
164
Here's an example of how to use the package:
@@ -181,7 +181,7 @@ SQLiteDatabase db = SQLiteDatabase.openDatabase(config, null, null);
181
181
Install the Expo package:
182
182
183
183
```bash
184
-
npm install @sqliteai/sqlite-sync-expo
184
+
npm install @sqliteai/sqlite-sync-expo@dev
185
185
```
186
186
187
187
Add to your `app.json`:
@@ -224,7 +224,7 @@ Here's a quick example to get started with SQLite Sync:
224
224
### Prerequisites
225
225
226
226
1.**SQLite Cloud Account**: Sign up at [SQLite Cloud](https://sqlitecloud.io/)
227
-
2.**SQLite Sync Extension**: Download from [Releases](https://github.com/sqliteai/sqlite-sync/releases)
227
+
2.**SQLite Sync Extension**: Download from [Releases](https://github.com/sqliteai/sqlite-sync-dev/releases)
description ='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.'
0 commit comments