eloquent 0.1.2

An enjoyable way of interacting with the database.
Documentation
# Eloquent


[![Test Status](https://github.com/tjardoo/eloquent-rs/workflows/test/badge.svg?event=push)](https://github.com/tjardoo/eloquent-rs/actions)
[![Crate](https://img.shields.io/crates/v/eloquent.svg)](https://crates.io/crates/eloquent)
[![API](https://docs.rs/eloquent/badge.svg)](https://docs.rs/eloquent)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.56+-lightgray.svg)](https://github.com/tjardoo/eloquent-rs#rust-version-requirements)

A Rust library for building queries in an eloquent way.

## Documentation


- [API reference (master branch)]https://github.com/tjardoo/eloquent-rs
- [API reference (docs.rs)]https://docs.rs/eloquent/latest/eloquent

## Usage


Add this to your `Cargo.toml`:

```toml
[dependencies]
eloquent = "0.1.2"
```