config property
DatabaseConfig
get
config
Configuration for the database connection.
Note: On the web, the DatabaseConfig class only works when using a
version of sqlite3.wasm
shipped with version 2.1.0 of the sqlite3
Dart package. In previous WASM builds, all setters on the config will
throw an exception.
Implementation
DatabaseConfig get config;