aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-03-12yaml_extract(): Remove old commentsTeddy Wing
2022-03-12Move `get_column_names()` to `sqlite` moduleTeddy Wing
2022-03-12get_column_names(): Remove irrelevant commentsTeddy Wing
2022-03-12get_column_names(): Restore `Zero` valueTeddy Wing
2022-03-12Move `Yaml` newtype to a new module in library crateTeddy Wing
2022-03-12yaml_extract(): Don't try to insert data for nonexistent columnsTeddy Wing
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-07New Rust 1.59.0 projectTeddy Wing