We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2b4d2 commit 8b1a02eCopy full SHA for 8b1a02e
packages/sqlite_async/lib/sqlite3_open.dart
@@ -0,0 +1,3 @@
1
+/// Re-exports [sqlite3 open](https://pub.dev/packages/sqlite3) to expose sqlite3 open without
2
+/// adding it as a direct dependency.
3
+export 'package:sqlite3/open.dart';
0 commit comments