CRUD

什么?!Golang里两行代码就能搞定增删查改接口了?

这都得益于OQM(Object Query-Language Mapping)技术的加持,我们开发了一个Go版本的实现,GoooQo

DoytoQuery中的关联查询方案

本文介绍了DoytoQuery对N+1查询问题的解决方案,以及实体间关系的查询方案。

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.