siena 1.2.1

A flat-file database and ORM.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Siena

[![builds.sr.ht status](https://builds.sr.ht/~asko/siena/commits/master/tests.yml.svg)](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.

## Install

Add the following to your Cargo.toml file:
```TOML
siena = "1.2.1"
```

## Usage

To be written.