File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.10.0
2+
3+ - Add the ` exposeEndpoint() ` method available on web databases. It returns a serializable
4+ description of the database endpoint that can be sent across workers.
5+ This allows sharing an opened database connection across workers.
6+
17## 0.9.0
28
39 - Support the latest version of package: web and package: sqlite3_web
Original file line number Diff line number Diff line change 1+ /// Exposes interfaces implemented by database implementations on the web.
12///
3+ /// These expose methods allowing database instances to be shared across web
4+ /// workers.
25library sqlite_async.web;
36
47import 'package:sqlite3_web/sqlite3_web.dart' ;
Original file line number Diff line number Diff line change 11name : sqlite_async
22description : High-performance asynchronous interface for SQLite on Dart and Flutter.
3- version : 0.9.0
3+ version : 0.10.0-dev
44repository : https://github.com/powersync-ja/sqlite_async.dart
55environment :
66 sdk : " >=3.4.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments