Hey @michalsn, first of all, thank you for this project!
I have stumbled on this error when trying to insert a record with the UuidModel's insert method:

The problem might come from this PR in CodeIgniter4.. Before then, inserting a record worked without hassle.
Possible solution
Changing the line from if ($result->resultID) to if ($result) fixes the problem.