compare-go-orm
Try multiple Go ORM and compare features
Overview
This will help you when you want to compare ORM in go.
I made the following 3 ORM sample codes.
Each ORM sample codes implement a common interface.
The database schema is based on this repository.
If you want to see how the implementation differs for each ORM, check out the sample codes.
If you want to generate code and run the code, check the README for each ORM.