Hacker News new | ask | show | jobs
by geraldwhen 1387 days ago
This is why I like TypeORM. There is no magic, and every command maps 1:1 with a database operation.

No weird caching, no auto saves. Just an object mapper that you can use when you want and ignore when you need to.