feat(server): start of package database schema

This commit is contained in:
Jef Roosens 2023-08-01 13:29:20 +02:00
parent e63d0b5565
commit a2d844c582
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
9 changed files with 229 additions and 6 deletions

View file

@ -2,4 +2,6 @@
pub mod prelude;
pub mod package;
pub mod package_license;
pub mod repo;