amplify_db_common 0.3.6 copy "amplify_db_common: ^0.3.6" to clipboard
amplify_db_common: ^0.3.6 copied to clipboard

Common utilities for working with databases such as SQLite.

amplify_db_common #

Common utilities for working with databases such as SQLite.

Drift Database Connection #

The top-level connect() function creates a QueryExecutor on either web or vm platforms.

Use on Web

The web implementation uses package:drift/wasm.dart. To use this utility in a web app (flutter web, or non-flutter web), sqlite3.wasm will need to be included manually. For more info, see the drift wasm docs.