#sql #sql-query #orm #fancy #safe #dsl #builder

deuterium

Deuterium is a fancy SQL builder for Rust. It's designed to provide a DSL to easily build SQL queries in safe and *typed* way.

10 releases (5 breaking)

Uses old Rust 2015

0.5.0 May 20, 2018
0.4.0 May 1, 2015
0.3.3 Mar 9, 2015
0.3.2 Feb 21, 2015
0.0.1 Nov 29, 2014

#1342 in Database interfaces

Download history 10/week @ 2024-02-15 34/week @ 2024-02-22 1/week @ 2024-02-29 2/week @ 2024-03-07 30/week @ 2024-03-28 28/week @ 2024-04-04

58 downloads per month
Used in deuterium_orm

MIT license

110KB
2.5K SLoC

What is Deuterium?

Build Status

Deuterium is a fancy SQL builder for Rust. It's designed to provide a DSL to easily build SQL queries in safe and typed way.

Like Rust itself, Deuterium is still in the early stages of development, so don't be surprised if APIs change and things break. If something's not working properly, file an issue or submit a pull request!

# Cargo.toml
[dependencies.deuterium]
git = "https://github.com/deuterium-orm/deuterium"

Examples?

We have a lot! See tests for examples.

Dependencies

~7.5MB
~221K SLoC