You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to ask for an update to how structs are generated. Instead of using []byte to represent a JSON type field, use json.RawMessage. This affects serialization and deserialization primarily. It could of course just be optional.
What database engines need to be changed?
PostgreSQL
What programming language backends need to be changed?