aqueduct icon indicating copy to clipboard operation
aqueduct copied to clipboard

Allow ORM to specify column name

Open axellebot opened this issue 5 years ago • 4 comments

Like it is possible with mutliple ORM I'd like to customize my column name.

for example :

class User{
  @Column(name: 'this_is_my_column')
  String username;
}

axellebot avatar May 31 '19 13:05 axellebot

I'm trying to use Aqueduct with an existing database and this is a crucial feature that seems to be missing, so I guess we're stuck using SQLAlchemy and Python for now :(

Klikini avatar Jul 20 '19 02:07 Klikini

There are number of questions on SO asking this feature:

https://stackoverflow.com/questions/61109219/change-naming-strategy-in-aqueduct-orm https://stackoverflow.com/questions/59948133/table-and-column-naming-convention-postgres-dart-aqueduct

And also this issue: https://github.com/stablekernel/aqueduct/issues/807

agordeev avatar May 29 '20 12:05 agordeev

Wow, this is a deal breaker.

kevinelliott avatar Oct 07 '20 00:10 kevinelliott

Pretty much of a deal breaker i'd say. Are there any new informations about this?

JanFeld avatar Nov 14 '20 10:11 JanFeld