The current version V3.9 adds new features: one-click generation of stored procedures, etc.
It has been 13 months since the last release. I would like to express my special thanks to many friends for their suggestions and encouragement. After many version changes, we now have something with more functions and more practicality. Although there is still no technical content, after all, I spent a lot of time on it, so I might as well recommend it myself.
Personally, I feel that the current practicality is pretty good, at least for use within our Team. At the same time, the main reasons why we don’t use other widely circulated code generators, such as Code Smith and Dongwang Generator, are as follows:
1: The code generation process of these code generators is not simple enough;
2: Our company’s projects all use stored procedures;
3: If I change the structure of a table, I basically have to regenerate the code;
4: The size of these software is not small. You need to install it again when changing machines. Personally, I prefer green software that does not write the registry.
So I wrote a code generator that is convenient for me to use, and at the same time I used it as a practice.
Update history
V 3.9.0.0
Added: Supports one-click generation of stored procedures in SQL Server
Added: error message for unsupported data types to prevent program crashes
Added: uniqueness judgment when creating stored procedures
Added: Management of database lists and data type mappings
Modification: For multiple tables, only export one SQL SP Script file
Modification: Insert returns long instead of int
Modification: A stored procedure may generate garbled characters.
Modification: Some layout adjustments to enhance user experience
it works
it works
it works