Output of external script/tool in Base Report

Hello,

Would a Report in LO Base be able to display the output of an external script or tool?

One concrete problem I am trying to solve is: maintaining a database of projects, one of the fields in the projects table will be a path/link to a Git repository.
In the report, I would like to run a script or git command to display the more recent commits in the repository.

Is this, or something similar, possible? Thank you.

You can create a database with data source pointing to a MySQL.

Then you adapt your script to update the database and every time you generate your report, they wil be created with updated data.

I suppose this would do but will probably looking at a solution other than LO Base.