Hacker News new | ask | show | jobs
by vsgherzi 33 days ago
A lot of this is still because rust is young. We want a competitive ecosystem so we don’t want to create victors just yet. For web id say follow things in the tokio project for the most cohesion. Tokio ORM runtime and web framework. It all works pretty well together
1 comments

I don't think it's age. For some reason most languages don't end up having an ORM like Django's that does the entire setup from schema declaration to automated migrations (forward and backwards) to a memorable and powerful query API. JavaScript for example you'd expect to have at least one ORM that does all this given its relationship with the web but you'd be wrong.
wdym?

.Net - Entity Framewok Ruby On Railes- Active record Go - Gorm Rust - Diesel,SQLx,SeaORm Node - Prisma, Drizzle etc