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, register custom user-defined functions on the database.

Implementation

typedef WasmDatabaseSetup = void Function(CommonDatabase database);