AugustNagro / magnum

A 'new look' for database access in Scala
Apache License 2.0
153 stars 10 forks source link

Add support of SqlName annotation for table name #1

Closed EvgenyAfanasev closed 1 year ago

EvgenyAfanasev commented 1 year ago

Hi. It will be nice to have opportunity override table name. Thats why I added supporting of @SqlName annotation for table

AugustNagro commented 1 year ago

Looks great, thanks for the PR. v1.0.1 will be in Maven central in a few hours.

lbialy commented 1 year ago

Ha, so that's why this works ootb! Thanks @EvgenyAfanasev.