arel 0.2.0

a sql orm base sqlx
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Arel  

[![ci](https://github.com/rust-china/arel/workflows/Rust/badge.svg)](https://github.com/rust-china/arel/actions)
[![Latest Version]][crates.io]
![downloads](https://img.shields.io/crates/d/arel.svg?style=flat-square)

[Latest Version]: https://img.shields.io/crates/v/arel.svg
[crates.io]: https://crates.io/crates/arel

- Install

```Cargo.toml
# db features: sqlite|postgres|mysql
arel = { version = "0.1", features = ["sqlite", "runtime-tokio", "tls-rustls"] }
```