Resolve "Install the latest version of SQLite3 and link it to Python"
This MR is a continuation of the work done in !8 (merged) where we install the database-exposure. Still, there was an issue when calling SQLite3 through Python, where the Python version would not recognize the newly installed SQLite3 version but use the system version.
Here we make sure that the latest version of SQLite3 is installed, and that it is the version that Python uses through setting up tests in the pipeline.
Closes #3 (closed)
Edited by Doren Calliku