|
|
|
|
|
by samonzeweb
3480 days ago
|
|
The projet started as a learning one. I made some independent and experimental component from time to time, and then glued them together, rewriting some parts, ... Why this kind of project ? Because I used Active Record (Rails), Entity Framework, played with Django ORM, ... and regretted that nothing similar exist in Go world. Instead of complaining I choose to do something, not building a full ORM by myself, but at least build something allowing me to have a better comprehension of the constraints (except of the classic "no generic"). I didn't choose to build another Go library thinking I'll build something better than others. I learned, and I got a library ;) |
|