sqlboiler/bdb/drivers
Aaron L ede97dea5b Add enum const generation
- Make postgres name its enums
- Add way to filter columns by whether or not they're an enum
- Split parsing of enums into name & values
- Add strmangle check functions: IsEnumNormal, ShouldTitleCaseEnum
- Add new strmangle enum functions to template test
- Implement a set type called "once" inside the templates so that we can
  ensure certain things only generate one time via some unique name.
2016-11-11 01:06:30 -08:00
..
mock.go Change quotes to bytes 2016-09-10 03:30:46 +10:00
mysql.go Add driver support for enums 2016-11-09 23:06:09 -08:00
postgres.go Add enum const generation 2016-11-11 01:06:30 -08:00