Skip to content

Commit 459ca46

Browse files
committed
Update alpha to beta
1 parent e68ed37 commit 459ca46

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

packages/powersync/README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ flutter pub add powersync
2020

2121
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.
2222

23-
## **_ Web support - Open alpha _**
23+
## **_ Web support - Open beta _**
2424

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.
2626

2727
### Demo app
2828

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

31-
1. Checkout [this repo's](https://github.com/powersync-ja/powersync.dart/tree/alpha-release) `alpha_release` branch.
31+
1. Checkout [this repo's](https://github.com/powersync-ja/powersync.dart/tree/master) `master` branch.
3232

3333
- 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.
3434

@@ -39,24 +39,21 @@ The easiest way to test out the alpha is to run the [Supabase Todo-List](./demos
3939

4040
### Installing PowerSync in your own project
4141

42-
Install the latest alpha version of the package, for example:
42+
Install the latest beta version of the package, for example:
4343

4444
```
45-
flutter pub add powersync:'^1.3.0-alpha.1'
45+
flutter pub add powersync:'^1.6.0'
4646
```
4747

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).
4949

5050
### Additional config
5151

5252
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.
5353

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)
5555
- `powersync_db.worker.js` can be found in the repo's [releases](https://github.com/powersync-ja/powersync.dart/releases) page.
5656

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-
6057
The same code is used for initializing native and web `PowerSyncDatabase` clients.
6158

6259
### Limitations

0 commit comments

Comments
 (0)