eaigner / hood

Database agnostic ORM for Go
MIT License
708 stars 52 forks source link

Adding support for custom types #72

Open oddurmagg opened 11 years ago

oddurmagg commented 11 years ago

When you have a custom type, like

type UserType int

as a part of your struct, hood should use the underlaying Kind as the sql datatype.