|
|
|
|
|
by nikolasburk
2457 days ago
|
|
Fully agree! Some mapping code is _required_ in your application, otherwise it wouldn't be able to talk to your database at all. However, I've never understood why people write this mapping code manually. I believe in code generation tooling as a potential solution for this (where types and maybe a full data access API is auto-generated based on the database schema). |
|