Skip to content

refactor: Make databaseBuilder not nullable

Krille-chan requested to merge krille/non-nullable-database-builder into main

Description

Relates to #327 this makes the databaseBuilder non-nullable as a first step to make the database non-nullable

Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I updated/added relevant documentation (doc comments with ///).
  • I did not add or update methods, functions or widgets without tests.

Merge request reports