Age | Commit message (Expand) | Author |
---|---|---|
2022-03-27 | Add license (GNU GPLv3+)v0.0.1 | Teddy Wing |
2022-03-23 | extract(): Rename function to `db_insert()` | Teddy Wing |
2022-03-21 | Add placeholders for code documentation reminders | Teddy Wing |
2022-03-21 | get_column_names(): Use `HashSet` instead of `HashMap` | Teddy Wing |
2022-03-19 | main: Write YAML to standard output | Teddy Wing |
2022-03-18 | yaml::sql::Yaml: Make this type `pub(crate)` | Teddy Wing |
2022-03-17 | Yaml: Wrap a `Cow<'_, yaml_rust::Yaml>` instead of `yaml_rust::Yaml` | Teddy Wing |
2022-03-13 | insert(): Remove `unwrap()`s | Teddy Wing |
2022-03-13 | extract(): Remove handled TODO | Teddy Wing |
2022-03-13 | extract(): Remove `unwrap()`s | Teddy Wing |
2022-03-13 | extract(): Idea for splitting up this function | Teddy Wing |
2022-03-13 | yaqlite::insert(): Add test | Teddy Wing |
2022-03-12 | Move `yaml_extract()` to `yaqlite::yaml::extract()` | Teddy Wing |
2022-03-12 | Move `yaqlite::yaml` to `yaqlite::yaml::sql` | Teddy Wing |
2022-03-12 | Move `Yaml` newtype to a new module in library crate | Teddy Wing |