Found 33 packages
The official TDengine C# connector.
SqlSugar TDengine 核心库 ,DEMO用例: https://github.com/DotNetNext/SqlSugar
TDengine ADO.NET驱动,使用用例看:https://github.com/DotNetNext/SqlSugar/blob/master/Src/Asp.NetCore2/TDengineTest/Program.cs
支持对 TDengine 时序数据库的常用操作,使用官方提供的 RESTful Connector 的连接TDengine服务器的方式。 1、int ExecuteNonQuery() 执行 SQL 命令,并返回执行成功的条数。 2、DataTable ExecuteReader() 执行 SQL 命令,并返回 DataTable 数据集。 示例: string databaseName = "db_dust"; string tableName = "xxxx0sh0010108"; using (var taos = new TaoSQLHelper("111.111.111.111")) { taos.CommandText = $"select * from {databaseName}.{tableName} order by ts desc limit 3"; DataTable dt = taos.ExecuteReader(); }
数据中间件,支持MySQL、SQLite、SqlServer、Oracle、Postgresql、TDengine、达梦,重点在缓存、性能、分表、自动建表。
基于官方提供的RESTful API接口,使用.NET 9等前沿技术封装的TDengine连接器。本封装库提供友好统一的对外接口形态,让使用者更专注于自身业务的开发工作。通过通用主机和服务容器集成使用(也可以使用Provider直接创建),同时提供了相应的NuGet包供直接引入到项目。本封装库诞生于公司自有业务应用场景,将会同步不断优化和支持。 - Based on the officially provided RESTful API interface, TDengine connectors encapsulated by cutting-edge technologies such as .NET 9. This package library provides a friendly and unified external interface form, allowing users to focus more on their own business development. It is integrated and used through the common host and service container (it can also be created directly by using Provider), and the corresponding NuGet package is provided for direct introduction into the project. This package library was born in the company's own business application scenarios, and will be continuously optimized and supported synchronously. - 应用示例(samples):https://github.com/cockroach888/GSA.MOLLE.ToolKits/tree/main/src/samples/TaosData - 鄙人专注.NET技术,深入研习.NET 9系列源码。本库通过长期实践工作积累落地成库,库中提供的所有功能均广泛应用于业务生产环境,同时会不间断地进行功能的优化和完善; - 本库均由鄙人采用最新技术实践编码完成;本库可同时满足大、中、小等各式项目的自由支配使用,以提供快捷、便利的工具方法,提升工作效率和业务能力为宗旨。
FreeSql 数据库实现,基于TDengine.Connector
This is the C# connector's classlib that lets you connect to TDengine 3.0. This C # connector supports: Linux 64/Windows x64/Windows x86. more information please visit: https://tdengine.com/
Package Description
This is a data driver for TDengine of the Zongsoft data engine.
基于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: 本产品在长期的开发实践工作奋战中,或创作、或摘抄、或优化、或改善、或封装、或集成、或切面等等综合而成,如有雷同,纯属他人抄袭(^_^),不然就是我在抄袭(>_<);本产品经过了精心的优化改良,同时还进行了适当的完善处理,对所有归集的成品进行了分门别类放置,以供不同场景的便利使用;本产品涵盖之广,运用之丰,可以满足大、中、小等项目的自由支配使用,方便快捷、合理舒心,在使用的过程中还请注重作者劳动成果,保留必要的注释或文字标识,谢谢。
TDengine操作辅助类,同时使用source generator自动生成代码
本库为TDengine RESTful API 连接器(ToolKits.DBUtility.TDengine)的扩展支持,提供与通用主机(GenericHost)的交互能力;本库支持多种版本(netstandard2.0;netstandard2.1;net8.0;net9.0;)。 - 鄙人专注.NET技术,深入研习.NET 9系列源码。本库通过长期实践工作积累落地成库,库中提供的所有功能均广泛应用于业务生产环境,同时会不间断地进行功能的优化和完善; - 本库均由鄙人采用最新技术实践编码完成,通过与通用主机(GenericHost)集成,以提供友好的服务与应用支持,谢谢; - 本库可同时满足大、中、小等各式项目的自由支配使用,以提供快捷、便利的工具方法,提升工作效率和业务能力为宗旨。
FreeSql is the ORM in .NetCore, .NetFramework, And Xamarin. It supports Mysql, Postgresql, SqlServer, Oracle, Sqlite, Firebird, Clickhouse, DuckDB, TDengine, QuestDB, Odbc, Oledb, 达梦, 人大金仓, 南大通用, 虚谷, 神舟通用, 翰高, And Access
提供涛思时序数据库的健康检查
TDengine数据定义SourceGenerator,自动生成数据库操作代码
This is the C# connector's classlib that lets you connect to TDengine 3.0. This C # connector supports: Linux 64/Windows x64. more information please visit: https://tdengine.com/