Hacker News new | ask | show | jobs
by matthewmueller 1500 days ago
Thanks for sharing @mstef9! I somehow missed this one in my research. I'm a huge fan of all efforts to make Go a serious contender for building full-stack web applications.

Ent is a nice choice for the ORM. For models, I'm planning to go with a combo of sqlc + xo. I want to tie the DB schema to your application.

1 comments

I am not a fan of ORMs. SQLc seems good but I think EdgeDB looks highly promising although it is relatively new. Thought you might want to take a look at it :)

https://www.edgedb.com/

relevant hn thread https://news.ycombinator.com/item?id=30290225