Hacker News new | ask | show | jobs
by jbergens 4207 days ago
I think you should decide if you're aiming for a micro-ORM or a full ORM and explain that in the readme. A full ORM will probably need a lot of features and take a lot of time to develop and stabilize. You can also look at Jooq (not open source) and see if that is what you want to develop.
1 comments

I don't want the full ORM, especially don't want to mess around the relation parts. Just want a simple "ORM" tool generating model codes to access the database without the go reflection and taking advantage of the Go compiler.

Thank you very much for the advice though, :)