# FreeSql.Tools **Repository Path**: zxrliuyan/FreeSql.Tools ## Basic Information - **Project Name**: FreeSql.Tools - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这是 [FreeSql](https://github.com/2881099/FreeSql) 衍生出来的辅助工具包,内含生成器等功能; > 作者:[mypeng1985](https://github.com/mypeng1985) 推荐改用 dotnet-tool 命令行工具生成实体类,以便后续一键重复生成复盖: > dotnet tool install -g FreeSql.Generator 新建目录,在地址栏输入 cmd 快速打开命令窗口,输入命令: > FreeSql.Generator --help 命令行工具生成实体类,后续的重新生成操作(一键完成)、并且支持 Mac/Linux 系统。 ## WPF 版本 [下载编译好的程序](https://github.com/2881099/FreeSql.Tools/files/4399244/FreeSql.Tools-winform-1.3.2.zip) > 支持 MySql/PostgreSQL/SqlServer/Oracle/Sqlite 数据库生成 ![image](https://user-images.githubusercontent.com/16286519/76141354-4790e980-609e-11ea-869b-bb2c6980d98f.png) ## WinForm + DSkin 版本 运行源码请将 FreeSql.Tools.DSkin.dll.ref/* 复制到 bin 目录下 [下载编译好的程序](https://github.com/2881099/FreeSql.Tools/files/4238808/FreeSql.Tools-1.0.0.zip) > 支持 MySql/PostgreSQL/SqlServer/Oracle 数据库生成,不支持 Sqlite ![image](https://user-images.githubusercontent.com/16286519/58793525-e0cf3300-8628-11e9-8959-d2efed685843.png)