|
|
|
|
|
by masklinn
3480 days ago
|
|
That's more of a query builder than an ORM: it doesn't actually use objects and only allows for expressing SQL queries in Go. In that it is similar to LINQ or HQL or SQLAlchemy Core — at an even lower level really since things like conditions are provided as parameterised strings. |
|
The purpose is to be more productive than doing all this job manually.
Many things can be improved, it's sill a young project. This project is initially a learning one : doing stuff to improve my skill, on my spare time. I tried to build something clean, and used it on some real data. Perhaps it could be useful for somebody else. Nothing more ;)