Siena

builds.sr.ht status

Siena is a flat-file 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 with various file formats such as FrontMatter (.md) and Yaml (.yaml), which are good for key-value storage.

Install

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

Usage

To be written.