CodeGenerator

所属分类:MySQL数据库
开发工具:C#
文件大小:1404KB
下载次数:1
上传日期:2019-04-18 09:58:30
上 传 者林冲123
说明:  基于mysql数据库自动生成model类
(auto code generator based on mysql db)

文件列表:
.vs (0, 2018-11-03)
.vs\CodeGenarator (0, 2018-11-03)
.vs\CodeGenarator\DesignTimeBuild (0, 2018-11-03)
.vs\CodeGenarator\DesignTimeBuild\.dtbcache (168, 2018-11-03)
.vs\CodeGenarator\v15 (0, 2018-11-03)
.vs\CodeGenarator\v15\.suo (61440, 2018-11-08)
.vs\CodeGenarator\v15\Server (0, 2018-11-03)
.vs\CodeGenarator\v15\Server\sqlite3 (0, 2018-11-03)
.vs\CodeGenarator\v15\Server\sqlite3\db.lock (0, 2018-11-01)
.vs\CodeGenarator\v15\Server\sqlite3\storage.ide (1171456, 2018-11-03)
.vs\CodeGenarator\v15\Server\sqlite3\storage.ide-shm (32768, 2018-11-08)
.vs\CodeGenarator\v15\Server\sqlite3\storage.ide-wal (4140632, 2018-11-03)
CodeGenarator (0, 2018-11-03)
CodeGenarator.sln (1138, 2018-11-01)
CodeGenarator\App.config (186, 2018-11-01)
CodeGenarator\bin (0, 2018-11-03)
CodeGenarator\bin\Debug (0, 2018-11-03)
CodeGenarator\bin\Debug\CodeGenarator.exe (20992, 2018-11-08)
CodeGenarator\bin\Debug\CodeGenarator.exe.config (186, 2018-11-01)
CodeGenarator\bin\Debug\CodeGenarator.pdb (40448, 2018-11-08)
CodeGenarator\bin\Debug\Google.Protobuf.dll (294400, 2017-12-21)
CodeGenarator\bin\Debug\MySql.Data.dll (698368, 2018-06-28)
CodeGenarator\bin\Debug\MySql.Data.xml (802723, 2018-06-28)
CodeGenarator\bin\Debug\Template.txt (215, 2018-11-01)
CodeGenarator\bin\Release (0, 2018-11-01)
CodeGenarator\CodeGenarator.csproj (4350, 2018-11-03)
CodeGenarator\FileROWUtil.cs (2754, 2018-11-01)
CodeGenarator\Form1.cs (7702, 2018-11-03)
CodeGenarator\Form1.Designer.cs (12468, 2018-11-03)
CodeGenarator\Form1.resx (5817, 2018-11-03)
CodeGenarator\ITypeChangesUtil.cs (300, 2018-11-03)
CodeGenarator\MysqlConnect.cs (1022, 2018-11-01)
CodeGenarator\MysqlTypeChangesUtil.cs (3460, 2018-11-03)
CodeGenarator\obj (0, 2018-11-03)
CodeGenarator\obj\Debug (0, 2018-11-08)
CodeGenarator\obj\Debug\CodeGenarator.csproj.CopyComplete (0, 2018-11-08)
CodeGenarator\obj\Debug\CodeGenarator.csproj.CoreCompileInputs.cache (42, 2018-11-03)
CodeGenarator\obj\Debug\CodeGenarator.csproj.FileListAbsolute.txt (2574, 2018-11-03)
CodeGenarator\obj\Debug\CodeGenarator.csproj.GenerateResource.cache (1012, 2018-11-08)
CodeGenarator\obj\Debug\CodeGenarator.csprojAssemblyReference.cache (97182, 2018-11-01)
... ...

# CodeGenerator 1、现在市面上已有很多代码生成器,可以很好的生成项目代码,但是,某些时候,我们仅仅需要将数据库中的表结构信息生成为model,不需要其他的代码,所以,本工具就诞生了。 Now there are many code generators on the market, which can generate project code very well, but sometimes, we just need to generate table structure information in the database into a model, and no other code is needed, so this tool was born. 2、项目使用c#语言编写 The project is written in c# language. 3、本项目V1.0用于将mysql数据库中表字段自动生成csharp中Model类,以后会陆续增加sqlserver\sqllite等 This project V1.0 is used to automatically generate model classes in CSharp from table fields in MySQL database, and sqlserver sqllite will be added one after another. 4、注意:时间匆忙,没来得及进行导出数据的格式化,请谅解。 5、另:水平有限,不吝赐教。

近期下载者

相关文件


收藏者