aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-03-12Convert `yaml::Yaml` values to `rusqlite::ToSql`Teddy Wing
2022-03-12yaml_extract: Trying to build up a SQL insert statementTeddy Wing
2022-03-10Start encoding SQLite affinity rulesTeddy Wing
2022-03-09Idea for getting SQLite type affinity from a type stringTeddy Wing
2022-03-09get_column_names(): Add a note to map to the enum type instead of StringTeddy Wing
2022-03-09get_column_names(): Also get column typeTeddy Wing
2022-03-09yaml_extract(): Fix code from transaction argument ideaTeddy Wing
2022-03-09Add TODO for column typeTeddy Wing
2022-03-09Idea for inserting values from YAML into SQLite tableTeddy Wing
2022-03-09Check if YAML hash key matches column nameTeddy Wing
2022-03-09get_column_names(): Put column names in a `HashMap`Teddy Wing
2022-03-08get_column_names(): Remove transaction codeTeddy Wing
2022-03-08Get column names from SQLite tableTeddy Wing
2022-03-08Try extracting YAML dataTeddy Wing
2022-03-07Try reading and parsing a YAML fileTeddy Wing
2022-03-07Add notesTeddy Wing
2022-03-07New Rust 1.59.0 projectTeddy Wing
2022-03-06Idea for a program to convert between YAML and SQLiteTeddy Wing