GoooQo is a CRUD framework in Golang based on the OQM technique.
OQM is a technique that builds database query statements only through objects, focusing on the mapping relationship between object-oriented programming languages and database query languages.
Changelog for v0.1.4:
- [rdb] Support OR clause building for struct array/basic type array
- add config for JSON intent
- recover for panic transaction
- add callback style transaction
- [core] add IntId
- [rdb] refactor SQL logging
Check this article for OR clause building: https://blog.doyto.win/post/goooqo-or-clause-en/