Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/s-panferov/deuterium

Fully typed SQL query builder for Rust [deprecated]
https://github.com/s-panferov/deuterium

Last synced: 9 days ago
JSON representation

Fully typed SQL query builder for Rust [deprecated]

Lists

README

        

## What is Deuterium?

[![Build Status](https://travis-ci.org/s-panferov/deuterium.svg?branch=master)](https://travis-ci.org/s-panferov/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.

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!

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

## Examples?

We have a lot! See [tests](https://github.com/deuterium-orm/deuterium/tree/master/tests) for examples.