Skip to content

A Guide to Rust ORMs in 2024

shuttle.rs
7 pointsjerryjerryjerry1 comment
On HN

Comments

I don’t know, as many times as I approached ORMs in Rust, every time it felt more like it’s easier to ditch Rust altogether than to use an ORM. At some point you simply reach a significant complexity of your model declaration at which it’s no longer efficient to go on. All the implicit limitations start getting even more restricting. I settled on working exclusively with sqlx and Tokio-Postgres for my requirements.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.