DBUtility.TDengine.Managed 7.0.0

dotnet add package DBUtility.TDengine.Managed --version 7.0.0
NuGet\Install-Package DBUtility.TDengine.Managed -Version 7.0.0
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="7.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DBUtility.TDengine.Managed --version 7.0.0
#r "nuget: DBUtility.TDengine.Managed, 7.0.0"
#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=7.0.0

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

[TOC]

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

基于RESTful API的TDengine C# 连接器的管理扩展

  • 对DBUtility.TDengine封装库提供的扩展支持,提供数据库日常的管理应用等需求,诸如数据库、超级表、数据表等的管理,友好的日常管理接口使用形态,可以满足不同的应用需求。(NuGet包

  • The DBUtility.TDengine package library provides extended support for the daily management application requirements of the database, such as the management of databases, super tables, and data tables. The friendly daily management interface usage form in TDengine can meet different application requirements.(NuGet package

  • 应用示例(samples):https://github.com/cockroach888/GSA.MOLLE.ToolKits/tree/main/src/samples/TaosData

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

开发日志

2022-06-28

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

2022-07-25

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

2022-07-28

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

2022-08-02

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

2022-08-08

  • 优化Provider中的最佳单例实践编码。

2022-08-17

  • 修改项目的描述信息,以更贴合和符合封装库的介绍。

2022-08-18

  • 同步更新上游库依赖,以避免重大问题。

2022-08-19

  • 因TDengine3.0的RESTful API返回结果改动较大,正在着手支持中,敬请期待。

2022-11-13

  • 因TDEngine 3.x正处于持续且快速迭代过程,故暂滞后对3.x版本的相关管理支持,见谅!
  • 调整项目属性,增加多版本(netstandard2.0;netstandard2.1;net5.0;net6.0;)支持;
  • 全面进入.NET 7时代,将深入研习部分技术体系及源码,增加net7.0独立编译支持;
  • 更新第三方包引用。
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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 is compatible.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 341 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

全面进入.NET 7时代,将深入研习部分技术体系及源码,增加net7.0独立编译支持。