diesel-rs/diesel
# A safe, extensible ORM and Query Builder for Rust
$ git clone https://github.com/diesel-rs/diesel.git
stars
14,126
forks
1,222
language
Rust
license
Apache License 2.0
What is diesel-rs/diesel?
Diesel is an object-relational mapping (ORM) library and query builder for Rust that provides compile-time checked database queries and type safety. It supports PostgreSQL, MySQL, and SQLite, allowing developers to write database interactions in Rust without manually constructing SQL strings. Developers use Diesel to reduce runtime errors, eliminate SQL injection vulnerabilities, and maintain consistency between their Rust code and database schema.
Links
Topics
Activity
143 open issues · last updated Jul 21, 2026