Convenience Module:
Copy Tables from Other Projects: Some projects have duplicate or very similar tables. With this feature, you can quickly copy the required table structure from the current project or another project.
Backup Project: Backs up the table structure information of the current project. The backup is named following the rule “ProjectName + YearMonthDayHourMinuteSecond” and saved in the root directory ProjectData. If you need to use the backup, simply create a new project with the same name as the backup, and all the information will be loaded automatically.
Code Generation Module:
Generate Table Structure: Automatically generates database table structure scripts, eliminating the need for manual creation and significantly reducing errors.
Log Table Structure: Creates a log table automatically based on the database table structure.
Generate Stored Procedures: Batch generates efficient stored procedure code according to the table structure, adjustable to your project’s specific needs.
Generate MODEL: Automatically creates corresponding entity class code based on the database table structure, also adjustable as needed.
Generate DAL: Generates data access layer code according to the table structure, customizable to meet project requirements.
Generate Controllers (API): Quickly generates controller code based on the database table structure, also adjustable based on project needs.