Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor the app to use SQLite.swift #7

Open
ribalba opened this issue Sep 19, 2023 · 0 comments
Open

Refactor the app to use SQLite.swift #7

ribalba opened this issue Sep 19, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ribalba
Copy link
Member

ribalba commented Sep 19, 2023

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.

@ribalba ribalba added good first issue Good for newcomers help wanted Extra attention is needed labels Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant