Prototype of the function called when the database is open.
Post initialization should happen here.
typedef OnDatabaseOpenFn = FutureOr<void> Function(Database db);