Hey, so I want to follow both JS and Postgres conv...
# orm-help
m
Hey, so I want to follow both JS and Postgres convention which means I want my column names to be underscore but my code to have camelCase. Is there an automatic way to do this or do I have to use
@map
on everything
r
Hey Manthan 👋 Currently
@map
is the only option to do that 🙂