Releases: KeenMate/db-gen
Releases · KeenMate/db-gen
v0.2.1
fix incorrect printing of errors
v0.2.0
- Add local config override (with
local.
prefix)
Full Changelog: v0.1.6...v0.2.0
v0.1.6
- Temp files are now saved to os specific temp folder
v0.1.5
- Fix creation of temp files with incorrect permissions
v0.1.4
- Add
connectionString
argument to override connection string get in configuraion file
Full Changelog: v0.1.3...v0.1.4
v0.1.3
- Remove SkipModelGenForVoidReturns option from config
- Add GenerateProcessorsForVoidReturns
Full Changelog: v0.1.2...v0.1.3
v0.1.2
- Add
./db-gen/db-gen.json
and./db-gen/config.json
as default config locations
v0.1.1
- Add db-gen version command that print current version
- Embed version to binary to allow checking of version in future
v0.1.0
- Add fallback type mapping using
*
OutputFolder
is now relative to config- Remove
outputCamespace
, just write it in template instead - Allow absolute paths
- Select case of generated files using
GeneratedFileCase
- Add schema prefix to function names
- add increment
inc
function to templates - Fix path inconsistency between linux and windows
Full Changelog: v0.0.3...v0.1.0
v0.0.3
- Add support for changing case using functions in template