Open
Description
We are currently using the native swiftui sqlite3 library which is just a wrapper around the c library. There is a more swift approach by using the https://github.com/stephencelis/SQLite.swift library. We need to refactor all the calls at some stage.