Skip to content

Commit

Permalink
feat: ✨ Add "Install JWPUB" button to home view. (not functional)
Browse files Browse the repository at this point in the history
This commit proposes the change of `sqlite` to `microrm` crate for future work. `microrm` offers a very simple ORM for SQLite based databases, which is the case of `*.jwpub` files. `microrm` is based in `sqlx` while `sqlite` is standalone and API unstable (with a lot of changes e very little version changes), which is harder to maintain. The implementation maybe could create another branch for work, since it will be a complete rework on jwpub lib.
  • Loading branch information
orangethewell committed Nov 14, 2024
1 parent e127acb commit 792d8b0
Show file tree
Hide file tree
Showing 11 changed files with 1,056 additions and 208 deletions.
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-shell": "^2",
"i18next": "^23.16.5",
"i18next-browser-languagedetector": "^8.0.0",
Expand Down
Loading

0 comments on commit 792d8b0

Please sign in to comment.