Hacker News new | ask | show | jobs
by misiti3780 3941 days ago
i recently starting experimenting with moving from python to go and for fun (for web development) and was surprised at the current available options for ORMs. even established frameworks like Revel seem like they are suggesting using raw sql queries still:

https://revel.github.io/manual/database.html

this is golang's Django i believe ?

1 comments

i'm using beego orm(can be used without using whole framework)
ill check it out - thanks!