Diesel: A Rust-y ORM

James Bowen
Level Up Coding
Published in
6 min readJul 27, 2020

--

Last week on Monday Morning Haskell we took our first step into some real world tasks with Rust. We explored the simple Rust Postgres library to connect to a database and run some queries. This week we’re going to use Diesel, a library with some cool ORM capabilities. It’s a bit like the Haskell library Persistent, which you can explore more in our Real World Haskell Series.

--

--