Is it possible to setup Aqueduct ORM to use underscored names for database columns (so if I have field "someField" in model class it will be stored as "some_field" in the database)? Or may be it is at least possible to override column name by some annotation? I have legacy database schema with underscored names and I cannot change it).
Asked
Active
Viewed 65 times
1 Answers
0
This is not supported yet, as of May 2020. Please upvote the associated Github issue.

codewario
- 19,553
- 20
- 90
- 159

Andrey Gordeev
- 30,606
- 13
- 135
- 162
-
This does not provide an answer to the question. Please write a comment instead. – double-beep May 29 '20 at 12:29
-
It does provide an answer to the question, "This is not supported yet", along with a link to the Github issue for the feature request. – codewario May 20 '22 at 19:15