You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The database I'm defining schemas for already exists and has a convention of snake case and storing dates as integers. As a result, I have to be careful with the @Column decorator for many columns to make sure it handles them correctly for this database. It'd be nice if the library had a way to support different conventions to improve the DX in this area.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The database I'm defining schemas for already exists and has a convention of snake case and storing dates as integers. As a result, I have to be careful with the
@Columndecorator for many columns to make sure it handles them correctly for this database. It'd be nice if the library had a way to support different conventions to improve the DX in this area.Beta Was this translation helpful? Give feedback.
All reactions