DEV Community

Discussion on: Is Code Generation a Bad Idea? šŸ¤”

Collapse
 
ymc9 profile image
ymc9

I think ORM or SQL databases, one of them is anti-pattern. You usually don't need an ORM to work with document databases because the data access model matches programming model well. SQL's way of modeling nesting is bizarre, and ORM is a fix.