Let’s talk about ORMs on TypeScript and why we need another one.
What is an ORM?
It stands for Object Relational Mapping and for some reason mostly none of the libraries we have does not respect the name. Why do we have to build our projects around an ORM, not with the ORM.
ORM has to be a library not a framework, it has to be pluggable. you want to use it one place, but in another one you have to be able to omit using it.
The issue lies deeper than the ORM itself, developers tend to start open source projects as RND and as developers they don’t treat other developers as customers. I deeply respect people who share their work for free and commit to extending and improving pieces of software for other people without feasible compensation, that what made me admire software development back in the days.
But anyway, we can do better if we combine product expertise