dmarkham / enumer

A Go tool to auto generate methods for your enums
Other
410 stars 66 forks source link

This would add new nullable type for SQL enums #57

Open igormiku opened 2 years ago

igormiku commented 2 years ago

Required when alongside of enum values in database, there is a requirement to support null values.