v0.34.0
Added
- Added support to generate code for
UPDATE
, andDELETE
queries inbobgen-psql
.
Changed
- Changed to non-cgo version of postgres parser.
- Changed the
dir
configuration forbobgen-sql
topattern
and it now takes a glob pattern. This allows excluding certain files from being included (e.g..down.sql
files).
Full Changelog: v0.33.1...v0.34.0