Age | Commit message (Collapse) | Author |
|
Use `anyhow` to add context to errors and a `main()` wrapper that prints
error messages and their context to standard error.
|
|
Only works with `|` YAML instead of `>` flowed output.
Use a forked `yaml-rust` crate published by
https://github.com/davvid/yaml-rust that includes a patch to support
multiline output.
|
|
Add the `modern_sqlite` feature in order to use the `expanded_sql()`
method. This shows us the SQL query with parameters expanded.
|
|
|
|
Return a `Result` and wrap errors in a `thiserror` struct.
|
|
|
|
$ rustc --version
rustc 1.59.0 (9d1b2106e 2022-02-23)
$ cargo init --bin
|