aboutsummaryrefslogtreecommitdiffstats
path: root/src/yaml
AgeCommit message (Expand)Author
2022-03-27Add license (GNU GPLv3+)v0.0.1Teddy Wing
2022-03-23yaml::write: Add documentationTeddy Wing
2022-03-21sql: Add documentationTeddy Wing
2022-03-21sql: Remove `From` impl for `Yaml` idea commentTeddy Wing
2022-03-21Add placeholders for code documentation remindersTeddy Wing
2022-03-19main: Write YAML to standard outputTeddy Wing
2022-03-19select(): Build a `yaml_rust::yaml::Hash` for each rowTeddy Wing
2022-03-18select(): Trying to inspect data queried from databaseTeddy Wing
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