We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a27874 commit 3deefd2Copy full SHA for 3deefd2
packages/powersync/bin/setup_web.dart
@@ -75,7 +75,7 @@ void main(List<String> arguments) async {
75
} else {
76
throw Exception(
77
"""No compatible powersync core version found for sqlite3 version $sqlite3Version
78
-
+ Latest supported sqlite3 versions: ${tags.take(4).map((tag) => tag.split('-')[0]).join(', ')}.
79
Run `flutter pub upgrade powersync` to get the latest version of the powersync package.""");
80
}
81
0 commit comments