Skip to content

Blazingly fast ebuild queries

Compare
Choose a tag to compare
@mbaraa mbaraa released this 06 Mar 01:44
· 29 commits to main since this release
2f4b781

Change log

[v0.2] 2023-03-06

  • Separated local models from server models, since server's models weren't supposed to be queried nor displayed in the way the client does it
  • SQLite local database to store local repos and ebuilds
  • Now when the program runs it doesn't load a huge JSON file into the memory, but instead just makes a connection to the local database
  • Querying packages is easier and faster, thanks to SQLite indexing