# DBEntry.Net6.Helper **Repository Path**: maple322/dbentry.net6.helper ## Basic Information - **Project Name**: DBEntry.Net6.Helper - **Description**: This program is based on DBEntry used to create the instance object of the table. - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-28 - **Last Updated**: 2022-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README DBEntryHelper.Net6 说明 ============================== 1. 本程序是基于DBEntry .Net Core版本升级为 .Net6版本后的辅助创建Table modeling程序. 2. 在使用.Net版本时注意一下几点: 2.1 .Net版本需要通过Nuget安装Google.ProtoBuf,用于对配置文件跨平台的支持; 2.2 本程序中app.config文件的“Leafing.Settings”配置,仅用来读取配置的数据库机schema; 2.3 DBEntry的配置文件为“leafing.config.json”;