[](https://builds.sr.ht/~asko/siena/commits/master/tests.yml?)
Siena is a flat-file (YAML) database and an ORM for Rust. Well, actually your filesystem is a flat-file database, and Siena is the ORM that makes it nice and easy to use.
Add the following to your Cargo.toml file:
```TOML
siena = "1.2.1"
```
To be written.