aboutsummaryrefslogtreecommitdiffstats
path: root/src/yaml
AgeCommit message (Expand)Author
2022-03-18yaml::sql::Yaml: Make this type `pub(crate)`Teddy Wing
2022-03-17Yaml: Wrap a `Cow<'_, yaml_rust::Yaml>` instead of `yaml_rust::Yaml`Teddy Wing
2022-03-16select(): Trying to convert a SQLite row to `yaml_rust::Yaml`Teddy Wing
2022-03-13Yaml::to_sql(): Remove `unwrap()`sTeddy Wing
2022-03-12Move `yaqlite::yaml` to `yaqlite::yaml::sql`Teddy Wing