Skip to content

Releases: NMFR/sqlc-template

v1.1.0

01 Feb 17:05
5141a5f

Choose a tag to compare

sha256: b66ad58f7468aa1f14b4afe4b432ca405f4b64ea14e4562744e1c48adb1b3a43

sqlc.yaml example:

version: "2"
plugins:
  - name: sqlc-template
    wasm:
      url: https://github.com/NMFR/sqlc-template/releases/download/v1.1.0/sqlc-template.wasm
      sha256: b66ad58f7468aa1f14b4afe4b432ca405f4b64ea14e4562744e1c48adb1b3a43

What's Changed

  • chore: update the README example with v1.0.0 by @NMFR in #4
  • feat: add more template functions by @NMFR in #5

Full Changelog: v1.0.0...v1.1.0

v1.0.0

31 Jan 12:07
36a5aa4

Choose a tag to compare

sha256: 62b052a392a2ee631af1e54ae07e4653ba81ae296d2df62caf02c3bb4fa70be4

sqlc.yaml example:

version: "2"
plugins:
  - name: sqlc-template
    wasm:
      url: https://github.com/NMFR/sqlc-template/releases/download/v1.0.0/sqlc-template.wasm
      sha256: 62b052a392a2ee631af1e54ae07e4653ba81ae296d2df62caf02c3bb4fa70be4

What's Changed

  • feat: initial implementation by @NMFR in #1
  • feat: add CI / CD by @NMFR in #2
  • fix: cd workflow release name by @NMFR in #3

New Contributors

  • @NMFR made their first contribution in #1

Full Changelog: https://github.com/NMFR/sqlc-template/commits/v1.0.0