Announcing Diesel — A Safe, Extensible ORM and Query Builder for Rust

Published 2015-11-29 under
  • database
  • orms
  • diesel
Posted on Rust Users Forum by Sean Griffin (sgrif) :

(official release announcement here)

Hey folks,

Today I'm releasing version 0.1 of Diesel, a new ORM and Query Builder for Rust that I've been working on for the last few months. This isn't a port of Active Record or Hibernate, but is my take on what an ORM that "feels like Rust" looks like. I've been the maintainer of Active Record, which is the ORM for Ruby on Rails for some time, and I've taken a lot of the lessons from that experience and applied them here. Check out the getting started guide, and feel free to ping me here or open an issue if you have any problems or questions. It is by no means feature complete, and there's still gaps in the API to fill, but I've really been enjoying using the core of this thing, and I'm excited to share it with you.