Skip to content

0.8.78

Choose a tag to compare

@github-actions github-actions released this 05 Jun 22:02
· 119 commits to main since this release
v0.8.78
3ceae41

Added

  • Postgres query templates. std/postgres/query now includes
    sql(...) and named_sql(...) helpers that turn readable {name} SQL
    templates into $n parameterized query records, plus explicit identifier and
    source-controlled fragment helpers for SQL structure.
  • Added tree-sitter string-content nodes and SQL language injections for
    sql(...) and named_sql(...) template strings from std/postgres/query.

Install / Upgrade

cargo install harn-cli

Full Changelog: v0.8.77...v0.8.78