Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-08 | get_column_names(): Remove transaction code | Teddy Wing | |
We probably don't even need a transaction for a `SELECT`. Get rid of that code and remove the `mut` on `dbconn` which was only necessary for the transaction. | |||
2022-03-08 | Get column names from SQLite table | Teddy Wing | |
Eliminated the transaction because of a borrow problem. | |||
2022-03-08 | Try extracting YAML data | Teddy Wing | |
2022-03-07 | Try reading and parsing a YAML file | Teddy Wing | |
2022-03-07 | New Rust 1.59.0 project | Teddy Wing | |
$ rustc --version rustc 1.59.0 (9d1b2106e 2022-02-23) $ cargo init --bin |