I have an existing database that I've been using for back end work. I want to put a front end on it, and I was considering Akelos. The issue is that the naming conventions don't fit the conventions desired. For instance, the id column is never called id. I have not been able to find documentation on how you override what it expects to find.
I considered that I could make views of every table to override the names, but that seems silly.
Where can I find documentation on this?
CommentAuthordelia
hi alexmkt, i have the same problem as you. Could you solve it? Do you know if it's possible to use database views (instead of tables) in model classes??