jet/generator/template
Eli Ribble 2053415c76
Make it possible to add fully custom columns to table definition
This adds a few different fields to the column SQL builder that were
once either calculated or hard-coded:
 * Import - so you can import the column from anywhere
 * Type - fully, rather than partially, modifiable to allow any naming
   convention
 * TypeFactory - fully, rather than partially defined

I also alphabetized some things because the OCD compels me.
2026-05-06 16:26:38 +00:00
..
file_templates.go Make it possible to add fully custom columns to table definition 2026-05-06 16:26:38 +00:00
format.go Extracted golang comment format function 2024-09-26 14:17:21 +02:00
format_test.go Extracted golang comment format function 2024-09-26 14:17:21 +02:00
generator_template.go Add the ability to fully customize jet generated files. 2021-07-27 17:39:21 +02:00
model_template.go Add support for additional array types. 2025-10-16 15:09:07 +02:00
model_template_test.go chore: remove unit tests 2025-04-14 08:36:13 -04:00
process.go Make it possible to add fully custom columns to table definition 2026-05-06 16:26:38 +00:00
sql_builder_template.go Make it possible to add fully custom columns to table definition 2026-05-06 16:26:38 +00:00
sql_builder_template_test.go chore: remove unit tests 2025-04-14 08:36:13 -04:00