aboutsummaryrefslogtreecommitdiffstats
path: root/src/yaml
AgeCommit message (Collapse)Author
2022-03-13Yaml::to_sql(): Remove `unwrap()`sTeddy Wing
If any value extraction comes back as `None`, convert it to a SQL `Null`.
2022-03-12Move `yaqlite::yaml` to `yaqlite::yaml::sql`Teddy Wing
Want to use `yaqlite::yaml` for the YAML extraction function.