1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-12-22 00:36:41 +02:00
crud_generator/bin/templates/configs_
2023-11-17 14:57:47 +03:00
..
convert_id.json сделал TemplateFilenameCrudGo 2023-11-16 18:07:59 +03:00
mapping.json сделал CopyAllFiles_Exclude_() 2023-11-15 13:58:31 +03:00
name_replace.json сделал CopyAllFiles_Exclude_() 2023-11-15 13:58:31 +03:00
nullable.json сделал rapira 2023-11-16 12:40:37 +03:00
readme.txt сделал rapira 2023-11-16 12:40:37 +03:00
settings.txt сделал settings.txt 2023-11-17 14:57:47 +03:00

convert_id.json:
Mapping database table name . field name = field type in golang.
For model file. 
For non standart rare case or type aliases


mapping.json
Mapping Postgres types to Golang types


name_replace.json
Mapping database field name = golang field name
For model file. 
Replace standart field name to filled name
For non standart rare case.


nullable.json
List of golang field names, which need change 0 to null.
true = need change 0 to null
For non standart rare case.