sqlboiler/boilingcore
Aaron L 761efee9f0 Add ability to replace a template
- This feature remains undocumented because it's not a good idea in most
  cases but it enables us to replace a template. This is especially
  useful when using sqlboiler as a library since testmain
  problematically loads config in it's own magical way, divorced from
  even the way sqlboiler in "normal" mode loads it. This enables
  replacement of that mechanism by replacing it's template.
2017-01-15 21:21:04 -08:00
..
boilingcore.go Add ability to replace a template 2017-01-15 21:21:04 -08:00
boilingcore_test.go rename core to boilingcore to make a more sense 2017-01-14 13:38:40 +10:00
config.go Add ability to replace a template 2017-01-15 21:21:04 -08:00
imports.go rename core to boilingcore to make a more sense 2017-01-14 13:38:40 +10:00
imports_test.go rename core to boilingcore to make a more sense 2017-01-14 13:38:40 +10:00
output.go rename core to boilingcore to make a more sense 2017-01-14 13:38:40 +10:00
output_test.go rename core to boilingcore to make a more sense 2017-01-14 13:38:40 +10:00
templates.go Add ability to replace a template 2017-01-15 21:21:04 -08:00
templates_test.go rename core to boilingcore to make a more sense 2017-01-14 13:38:40 +10:00
text_helpers.go rename core to boilingcore to make a more sense 2017-01-14 13:38:40 +10:00
text_helpers_test.go rename core to boilingcore to make a more sense 2017-01-14 13:38:40 +10:00