Fired when the database will be configured (will run before migrations, onCreate and onUpgrade hooks).
final FutureOr<void> Function(Database database)? onConfigure;