You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: