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
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,11 +157,8 @@ Web support is currently in an alpha release.
157
157
158
158
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.
159
159
160
-
These assets are automatically configured in this monorepo when running `melos prepare`.
161
-
162
160
-`sqlite3.wasm` can be found [here](https://github.com/simolus3/sqlite3.dart/releases)
163
-
-`powersync_db.worker.js` will eventually be released in the repo's releases.
164
-
- In the interim the asset can be retrieved from the `./assets` folder after executing `melos prepare`
161
+
-`powersync_db.worker.js` can be found in the repo's [releases](https://github.com/powersync-ja/powersync.dart/releases) page.
165
162
166
163
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
0 commit comments