Andrew Stabeno
Results
1
issues of
Andrew Stabeno
JSONB
2
I am trying to define a type in a struct with JSONB and it seems the struct isn't available with pgtype. import ( "github.com/jackc/pgx/v5/pgtype" ) type User struct { ID...