Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add custom column name and table name mapping #5

Open
AnyhowStep opened this issue May 29, 2019 · 0 comments
Open

Comments

@AnyhowStep
Copy link
Owner

AnyhowStep commented May 29, 2019

For example, using blahXML in TS/JS code, but using blah_xml on the database.

Users needs a way to specify this column name mapping and have the ORM perform the conversion when building the queries.


Same thing for table names.


This custom mapping should be optional.
If no column/table name mapping is specified, it should use the name of the TS/JS code name.

@AnyhowStep AnyhowStep changed the title [Suggestion] Add custom column name and table name mapping [Feature Request] Add custom column name and table name mapping May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant