Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I keep meaning to pick up Rust, still looking for some entry point that's interesting enough to get me off my butt.

How (well) does diesel deal with migrations? I've seen other ORMs fall down the stairs trying to deal with schema modification over time.



I think you meant to respond to Steve. I'm not a Rust guru (I keep trying it, but I don't have any applications for which it's reasonable to trade development time for extreme performance). I definitely don't know anything about diesel.


You have a migrations dir that contains the changes to schemas over time, so you can always get your table in to the state it needs to be in.




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

Search: