What is GoooQo?
GoooQo is a CRUD framework in Golang based on the OQM technique.
The OQM (Object-Query Mapping) technique is a database access technique that constructs database query statements through objects.
OQM proposes a new method to solve the problem of the dynamic combination of n query conditions by mapping 2^n assignment combinations of an object instance with n fields to 2^n combinations of n query conditions. Or simply, one field to one condition, one assigned field to one combined condition.