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.
From ORM to OQM: An Object-Only SQL Construction Solution
Object/Relational Mapping (ORM) may lead the development of object-oriented applications based on relational databases in the wrong direction.
从ORM到OQM:一种基于对象的SQL语句构造方案
对象/关系映射(ORM)技术在一定程度上将基于关系数据库的应用开发引向了错误的方向。一个好的技术方案应该是把事情变得越来越简单,而不是越来越复杂。
DoytoQuery中的关联查询方案
本文介绍了DoytoQuery对N+1查询问题的解决方案,以及实体间关系的查询方案。
2022-12-09
DoytoQuery
,
Java
,
CRUD
,
f0rb说
The Related Query Solution in DoytoQuery (for n+1 selects problem)
In this article, we introduced a solution in DoytoQuery to do the related query avoiding the n+1 problem.
2022-12-05
DoytoQuery
,
Java
,
CRUD
,
f0rb说