Closed kaaveland closed 6 months ago
mdbook, which we use for docs uses handlebars. I don't mind it and I'm pretty sure it delivers what we need:
Serialize
each
if
FullSqlStatementLockTrace
with timing info, eg. how long did it hold locks for -- we're losing this info in #70 because I can't be bothered to fix it right now, but I'd like it back.Closing this for now:
It would be good to use a templating engine for rendering markdown now. We have the snapshot tests rig to help us make sure we don't change output unexpectedly, and it would reduce the complexity of the crate at this point. Both tera and handlebars look like good options that would slot nicely into eugene, since they can consume objects that are
Serialize
, which we already produce for json output.