# GcodeSqlTeml **Repository Path**: liqz2009/gcode-sql-teml ## Basic Information - **Project Name**: GcodeSqlTeml - **Description**: GcodeSql是一款免费的Mysql数据库管理及代码生成工具。本项目是GcodeSql的开源模板,您可以在这个分享您的自定义模板。 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-08-17 - **Last Updated**: 2023-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GcodeSqlTmpl GcodeSql is a free MySql database management software developed for programmers, providing a database-based code generation tool that can significantly improve developers' productivity and make the code more standardized. Currently, it supports Java and c# languages on the backend, with plans to introduce PHP and Go templates to quickly complete single table operations such as addition, deletion, modification, and querying. The multi-table join function is currently being developed and will be available in future versions Unlike other generation tools, it is a project-level code generation based on frameworks and provides a complete set of specification files. The template file uses the standard [ejs](https://ejs.bootcss.com/) language (please refer to the official website for ejs specifications), and you can write your own templates according to your project needs. Currently, this management tool only supports MySql-compliant databases, with plans to release versions for SQL Server and other databases in the future. The front-end JS framework code generation is still in the development stage, with some bugs that need to be fixed and functionality that needs to be improved. ## [下载download](https://www.1000good.com/2023/08/14/sharpknife%e5%bf%ab%e5%88%80/) #### 介绍 GcodeSql 是为程序员开发的一款免费的MySql数据库管理软件,并提供基于数据库的代码生成工具。可以大幅提高程序员的开发效率,并使得代码更加规范。 目前后端支持java、c#语言,后续会推出php、go的模板,快速完成单表的增删改查等功能,多表联查的功能正在开发中,后边版本会推出。与其他生成工具不同的是,他是基于框架项目级代码生成,提供全套规范文件。模板文件采用标准的[ejs](https://ejs.bootcss.com/)语言,你可以根据自己项目需求,编写自己的模板。 目前该管理工具只支持MySql规范的数据库,后续会推出SqlServer等其他数据库的版本。 前端JS框架的代码生成还在开发阶段,目前提供的还有一些BUG需要修复,功能有待完善。 #### 代码生成 模板文件参数看[template.json](./template.json) #### 项目框架 [GoodDotnet: .net core 多项目工程模板](https://gitee.com/liqz2009/good-dotnet) [GoodJava: java spring boot 多项目框架模板](https://gitee.com/liqz2009/good-java)