What?! Go Implementation of OQM Can Build CRUD in Just Two Lines?
This is all thanks to the support of OQM (Object Query-Language Mapping) technology, we developed a Go version called GoooQo.
This is all thanks to the support of OQM (Object Query-Language Mapping) technology, we developed a Go version called GoooQo.
Object/Relational Mapping (ORM) may lead the development of object-oriented applications based on relational databases in the wrong direction.
对象/关系映射(ORM)技术在一定程度上将基于关系数据库的应用开发引向了错误的方向。一个好的技术方案应该是把事情变得越来越简单,而不是越来越复杂。
本文介绍了DoytoQuery对N+1查询问题的解决方案,以及实体间关系的查询方案。
In this article, we introduced a solution in DoytoQuery to do the related query avoiding the n+1 problem.