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.