DBUtility.TDengine.Managed 6.0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package DBUtility.TDengine.Managed --version 6.0.0.1
NuGet\Install-Package DBUtility.TDengine.Managed -Version 6.0.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DBUtility.TDengine.Managed" Version="6.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DBUtility.TDengine.Managed --version 6.0.0.1
#r "nuget: DBUtility.TDengine.Managed, 6.0.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DBUtility.TDengine.Managed as a Cake Addin
#addin nuget:?package=DBUtility.TDengine.Managed&version=6.0.0.1

// Install DBUtility.TDengine.Managed as a Cake Tool
#tool nuget:?package=DBUtility.TDengine.Managed&version=6.0.0.1

[TOC]

魂哥常用工具集(GSA.MOLLE.ToolKits)

本类库为TDengine数据库操作的扩展管理库,封装了数据库相关的日常管理操作等,简单实用、舒心易用,是您开发中的必备利器。

  • 通过对数据库日常管理操作的封装,丰富了DBUtility.TDengine库的功能,诸如数据库、超级表、数据表等等管理,提供方便的日常管理操作,以满足不同的应用需求。

  • 专注.Net技术栈,通过对.net6+等系列源码进行研究,展开系列技术的研习之路。内置多个独立的版本(net6.0)。

  • NOTE: 本产品在长期的开发实践工作奋战中,或创作、或摘抄、或优化、或改善、或封装、或集成、或切面等等综合而成,如有雷同,纯属他人抄袭(^^),不然就是我在抄袭(><);本产品经过了精心的优化改良,同时还进行了适当的完善处理,对所有归集的成品进行了分门别类放置,以供不同场景的便利使用;本产品涵盖之广,运用之丰,可以满足大、中、小等项目的自由支配使用,方便快捷、合理舒心,在使用的过程中还请注重作者劳动成果,保留必要的注释或文字标识,谢谢。

开发日志

2022-06-28

  • 完成项目创建,以及打包配置、项目说明等基础内容与信息的处置工作。

2022-07-25

  • 对DBUtility.TDengine库进行数据库管理层面的扩展封装。提供数据库日常管理的操作,以满足日常使用需求;
  • 暂时实现数据库、超级数据表、数据表的创建和删除操作,其它功能后续推出。

2022-07-28

  • 完成对数据库创建的选项参数包装,采用实体参数形式,以满足数据库创建时不同需求;
  • 完成对数据库的创建、删除功能实现;
  • 完成对超级数据表的创建、删除功能实现;
  • 完成对数据表的创建、删除功能实现。

2022-08-02

  • 变更解决方案内的项目引用方式,同步依赖库的版本迭代。
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.0 337 11/13/2022
6.0.1 374 8/19/2022
6.0.0.1 385 8/2/2022
6.0.0 381 7/28/2022

变更解决方案内的项目引用方式,同步依赖库的版本迭代。