Announcing Diesel 0.5.0 - Bringing SQLite support and more!

Hey folks,

I don't normally like to spam release announcements, but I thought it'd be worth mentioning on the forum since 0.5.0 was a huge update for Diesel. The headline feature is that we now fully support SQLite in addition to PostgreSQL. You can of course still take full use of the features that are specific to PostgreSQL, and our type system will prevent you from accidentally trying to use them with SQLite, even if you're using both backends in the same app!

You can see the full release announcement at Release version 0.5.0 · diesel-rs/diesel@44e40bc · GitHub. We've also launched a new website, with a completely rewritten getting started guide. http://diesel.rs/

Thanks, everyone!

10 Likes