sqlweld
Releases
0.2.0
v0.2.0
Dec 12 2023 at 01:30 UTC
- Switch to Tera for templating.
- Support running a SQL formatter on the output
0.1.5
v0.1.5
Nov 22 2023 at 21:41 UTC
- Hide source file locations in errors when running in release mode, and the RUST_BACKTRACE environment variable is not set.
- Allow specifying -v multiple times to increase verbosity
0.1.4
v0.1.4
Nov 22 2023 at 20:15 UTC
- Skip writing a file when the contents hasn't changed. This helps prevent thrashing when something else is monitoring the files
- Use atomic writes when possible
0.1.3
v0.1.3
Nov 22 2023 at 18:57 UTC
- Add cargo dist for for easier installs. No other changes