volatiletech / sqlboiler

Generate a Go ORM tailored to your database schema.
BSD 3-Clause "New" or "Revised" License
6.7k stars 542 forks source link

feature: support different case style for different format #1336

Closed c9s closed 9 months ago

c9s commented 9 months ago

implements #1321

usage example

[struct-tag-cases]
toml = "snake"
yaml = "camel"
json = "camel"
boil = "alias"
c9s commented 9 months ago

@stephenafamo plz take a look, thanks!