feat(server): store all package info in database

This commit is contained in:
Jef Roosens 2023-08-04 18:40:17 +02:00
parent 0ff225dddb
commit 2df52320d1
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
8 changed files with 203 additions and 20 deletions

View file

@ -5,6 +5,7 @@ pub mod prelude;
pub mod package;
pub mod package_conflicts;
pub mod package_depends;
pub mod package_file;
pub mod package_group;
pub mod package_license;
pub mod package_provides;