Hacker News new | past | comments | ask | show | jobs | submit login
A Guide to Rust ORMs in 2024 (shuttle.rs)
7 points by jerryjerryjerry 4 months ago | hide | past | favorite | 1 comment



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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: