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: packages/powersync/README.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,15 @@ flutter pub add powersync
20
20
21
21
Our [full SDK reference](https://docs.powersync.com/client-sdk-references/flutter) contains everything you need to know to get started implementing PowerSync in your project.
22
22
23
-
## **_ Web support - Open alpha_**
23
+
## **_ Web support - Open beta_**
24
24
25
-
Web support is currently in an alpha release. This Readme has been updated to reflect updates that are currently only relevant to this alpha release.
25
+
Web support is currently in an open beta. This Readme has been updated to reflect updates that are currently only relevant to this beta release.
26
26
27
27
### Demo app
28
28
29
-
The easiest way to test out the alpha is to run the [Supabase Todo-List](./demos/supabase-todolist) demo app:
29
+
The easiest way to test out the beta is to run the [Supabase Todo-List](./demos/supabase-todolist) demo app:
- Note: If you are an existing user updating to the latest code after a git pull, run `melos exec 'flutter pub upgrade'` in the repo's root and make sure it succeeds.
34
34
@@ -39,24 +39,21 @@ The easiest way to test out the alpha is to run the [Supabase Todo-List](./demos
39
39
40
40
### Installing PowerSync in your own project
41
41
42
-
Install the latest alpha version of the package, for example:
42
+
Install the latest beta version of the package, for example:
43
43
44
44
```
45
-
flutter pub add powersync:'^1.3.0-alpha.1'
45
+
flutter pub add powersync:'^1.6.0'
46
46
```
47
47
48
-
The latest prerelease version can be found [here](https://pub.dev/packages/powersync/versions).
48
+
The latest version can be found [here](https://pub.dev/packages/powersync/versions).
49
49
50
50
### Additional config
51
51
52
52
Web support requires `sqlite3.wasm` and `powersync_db.worker.js` assets to be served from the web application. This is typically achieved by placing the files in the project `web` directory.
53
53
54
-
-`sqlite3.wasm` can be found [here](https://github.com/powersync-ja/sqlite3.dart/releases/download/v0.1.0/sqlite3.wasm)
54
+
-`sqlite3.wasm` can be found [here](https://github.com/powersync-ja/sqlite3.dart/releases)
55
55
-`powersync_db.worker.js` can be found in the repo's [releases](https://github.com/powersync-ja/powersync.dart/releases) page.
56
56
57
-
Currently the Drift SQLite library is used under the hood for DB connections. See [here](https://drift.simonbinder.eu/web/#getting-started) for detailed compatibility
58
-
and setup notes.
59
-
60
57
The same code is used for initializing native and web `PowerSyncDatabase` clients.
0 commit comments