File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -154,9 +154,10 @@ Future<String> getDatabasePath() async {
154154}
155155
156156Future <void > openDatabase () async {
157+ final dbPath = await getDatabasePath ();
158+ print ("Opening database at $dbPath " );
157159 // Open the local database
158- db = PowerSyncDatabase (
159- schema: schema, path: await getDatabasePath (), logger: attachedLogger);
160+ db = PowerSyncDatabase (schema: schema, path: dbPath, logger: attachedLogger);
160161 await db.initialize ();
161162
162163 await loadSupabase ();
Original file line number Diff line number Diff line change 1+ [tools ]
2+ flutter = " 3.32"
Original file line number Diff line number Diff line change @@ -462,21 +462,21 @@ packages:
462462 path: "../../packages/powersync"
463463 relative: true
464464 source: path
465- version: "1.13.0 "
465+ version: "1.13.1 "
466466 powersync_attachments_helper:
467467 dependency: "direct main"
468468 description:
469469 path: "../../packages/powersync_attachments_helper"
470470 relative: true
471471 source: path
472- version: "0.6.18+7 "
472+ version: "0.6.18+8 "
473473 powersync_core:
474474 dependency: "direct overridden"
475475 description:
476476 path: "../../packages/powersync_core"
477477 relative: true
478478 source: path
479- version: "1.3.0 "
479+ version: "1.3.1 "
480480 powersync_flutter_libs:
481481 dependency: "direct overridden"
482482 description:
@@ -628,10 +628,11 @@ packages:
628628 sqlite_async:
629629 dependency: "direct main"
630630 description:
631- path: "/Users/simon/src/sqlite_async.dart/packages/sqlite_async"
632- relative: false
633- source: path
634- version: "0.11.5"
631+ name: sqlite_async
632+ sha256: "9332aedd311a19dd215dcb55729bc68dc587dc7655b569ab8819b68ee0be0082"
633+ url: "https://pub.dev"
634+ source: hosted
635+ version: "0.11.7"
635636 stack_trace:
636637 dependency: transitive
637638 description:
You can’t perform that action at this time.
0 commit comments