|
|
|
|
|
by kflgkans
472 days ago
|
|
> If I want an all inclusive MVC (or similar) web development framework with all batteries included I think that maybe you shouldn't want that. Go is a simple language with a very extensive standard library. It's quite easy to do most things you would want by just writing some code, leveraging the standard library, and maybe including a handful of external libraries. Frameworks are not needed and will eventually just get in the way. |
|
OK, I want a similar thing to ActiveRecord - with all the features, is that quite simple to build?
Now you'll tell me I probably don't want an ORM at all. But lets say I do, lets say many people find value in these things.