WasmDatabaseSetup typedef

WasmDatabaseSetup = void Function(CommonDatabase database)

Signature of a function that can perform setup work on a database before drift is fully ready.

This could be used to, for instance, set encryption keys for SQLCipher implementations.

Implementation

typedef WasmDatabaseSetup = void Function(CommonDatabase database);