DBUtility.TDengine 6.0.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package DBUtility.TDengine --version 6.0.3.1
NuGet\Install-Package DBUtility.TDengine -Version 6.0.3.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" Version="6.0.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DBUtility.TDengine --version 6.0.3.1
#r "nuget: DBUtility.TDengine, 6.0.3.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 as a Cake Addin
#addin nuget:?package=DBUtility.TDengine&version=6.0.3.1

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

[TOC]

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

本类库为TDengine数据库操作独家专属,简单实用、舒心易用,是您开发中的必备利器。

  • 因TDengine官方C#版本连接器还处于趋于完善阶段;而业务增长需要持续稳定,一天入库的数据最低也会是1亿以上数据量,故数据的入库完整性和效率尤为重要;经测试RESTful API善可接收,故采用RestSharp等最新技术进行了简单的封装,目前测试使用效果善可。

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

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

开发日志

2022-06-16

  • 面向接口编程,结合ITDengineConnector和ITDengineConnectorFactory对外提供API使用形态;可通过TDengineConnectorProvider独立使用,亦可与微软通用主机深度集成。

2022-06-28

  • 删除不必要的 NuGet 包引用。

2022-07-01

  • 因之前仓促中忘记了重要的命名空间,导致未与之前库形成统一,现在纠正,为此给各位使用者带来不便,表示诚至的歉意,抱歉!!!

2022-07-22

  • 调整连接器接口参数形态,由单个参数调整为结构体形态,以满足更多扩展需求;
  • 优化连接器实现中对数据库名称的使用方式;
  • 调整包仓库地址指向,由指向仓库地址,变更为更具体目录地址;
  • 因为调整了连接器的接口形态,将导致已使用的代码发生改变,因此给您带来的不便,深表歉意;
  • 因个人工作较忙,于近期考虑增加的管理扩展,以及进一步的应用扩展示例等,需要稍晚才能编码,抱歉;
  • 友情提示:请务必调整taosAdapter的默认日志级别,以避免高速入库时,因控制台日志过频导致影响效率。

2022-07-22

  • 迁移原执行参数类(TDengineParameters)至Entity目录,并改名为通用查询参数类(TDengineQueryParam);
  • 增加条件查询参数类(TDengineWhereParam),仅用于条件查询需求时;
  • 调整所有涉及到因参数类变更,带来的的使用同步变更问题;
  • 增加通用功能类(TDengineCommons),用于提供对内和对外的日常相关工具;
  • 今天脑子有些浆糊,感觉头有些重,疑似有些感冒,所以今天改的功能等会没有完全想好,先满足公司需求进行优化先。

2022-07-25

  • 调整内部目录中各类文件的命令空间,变更为统一命名空间,以减少层级;
  • 因命名空间改变带来的不便,深表歉意!同时,改变也是为了更好的使用,欢迎提出意见和建议,谢谢。

2022-07-28

  • 增加直接执行SQL字符串的扩展方法。

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 (2)

Showing the top 2 NuGet packages that depend on DBUtility.TDengine:

Package Downloads
DBUtility.TDengine.Managed

基于RESTful API的TDengine C# 连接器的管理扩展 - 对DBUtility.TDengine封装库提供的扩展支持,提供数据库日常的管理应用等需求,诸如数据库、超级表、数据表等的管理,友好的日常管理接口使用形态,可以满足不同的应用需求。 - 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. - 应用示例(samples):https://github.com/cockroach888/GSA.MOLLE.ToolKits/tree/main/src/samples/TaosData - NOTE: 本产品在长期的开发实践工作奋战中,或创作、或摘抄、或优化、或改善、或封装、或集成、或切面等等综合而成,如有雷同,纯属他人抄袭(^_^),不然就是我在抄袭(>_<);本产品经过了精心的优化改良,同时还进行了适当的完善处理,对所有归集的成品进行了分门别类放置,以供不同场景的便利使用;本产品涵盖之广,运用之丰,可以满足大、中、小等项目的自由支配使用,方便快捷、合理舒心,在使用的过程中还请注重作者劳动成果,保留必要的注释或文字标识,谢谢。

DBUtility.TDengine.GenericHost

本库为TDengine RESTful API 连接器(ToolKits.DBUtility.TDengine)的扩展支持,提供与通用主机(GenericHost)的交互能力;本库支持多种版本(netstandard2.0;netstandard2.1;net6.0;net7.0;)。 - 鄙人专注.NET技术,深入研习.NET 6|7+系列源码。本库通过长期实践工作积累落地成库,库中提供的所有功能均广泛应用于业务生产环境,同时会不间断地进行功能的优化和完善; - 本库均由鄙人采用最新技术实践编码完成,通过与通用主机(GenericHost)集成,以提供友好的服务与应用支持,谢谢; - 本库可同时满足大、中、小等各式项目的自由支配使用,以提供快捷、便利的工具方法,提升工作效率和业务能力为宗旨。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 261 11/17/2023
7.5.0 192 8/13/2023
7.3.1 369 3/29/2023
7.3.0 281 3/16/2023
7.2.1 325 2/24/2023
7.2.0 306 2/23/2023
7.0.0 516 11/13/2022
6.4.0 359 11/4/2022
6.3.2 384 10/13/2022
6.3.1 425 9/18/2022
6.3.0.1 418 9/16/2022
6.3.0 378 9/12/2022
6.0.4 485 8/19/2022
6.0.3.1 502 8/2/2022
6.0.3 381 7/28/2022
6.0.2 485 7/25/2022
6.0.1 378 7/25/2022
6.0.0.2 389 7/1/2022
6.0.0.1 379 6/28/2022
6.0.0 383 6/22/2022

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