Initial working version of using jet for SQL building

This commit is contained in:
Eli Ribble 2026-05-01 04:56:53 +00:00
parent 4bd62b3567
commit e5a84e09a8
No known key found for this signature in database
11 changed files with 40 additions and 619 deletions

View file

@ -1,26 +0,0 @@
// Code generated by BobGen psql v0.42.5. DO NOT EDIT.
// This file is meant to be re-generated in place and/or deleted at any time.
package dberrors
var StadiaAPIRequestErrors = &stadiaAPIRequestErrors{
ErrUniqueApiRequestPkey: &UniqueConstraintError{
schema: "stadia",
table: "api_request",
columns: []string{"id"},
s: "api_request_pkey",
},
ErrUniqueApiRequestRequestKey: &UniqueConstraintError{
schema: "stadia",
table: "api_request",
columns: []string{"request"},
s: "api_request_request_key",
},
}
type stadiaAPIRequestErrors struct {
ErrUniqueApiRequestPkey *UniqueConstraintError
ErrUniqueApiRequestRequestKey *UniqueConstraintError
}