wip: storage using postgres / gorm using partial json

Several approaches of normalizing json were tried and ultimately found
impractical at this point.

Using a hybrid of tables and json is the current approach; this may be
further normalized later.
This commit is contained in:
Michael Hohn
2024-06-06 13:19:00 -07:00
committed by =Michael Hohn
parent 593644ca2e
commit 25cab583c1
12 changed files with 88 additions and 246 deletions

View File

@@ -6,7 +6,7 @@ type AnalyzeJob struct {
QueryPackId int
QueryLanguage string
ORL OwnerRepo
ORepo OwnerRepo
}
type OwnerRepo struct {