Maikebing.EntityFrameworkCore.Taos 1.0.35 发布

栏目: 软件资讯 · 发布时间: 4年前

内容简介:Maikebing.EntityFrameworkCore.Taos是国产时序数据库TDengine 的 .Net Core的ADO.Net 提供程序 和 EFCore 的提供程序, 时隔一年, 原始的动态库作为底层接口以确保性能不损失在调用过程中。 目前, 我们支持了 ...

Maikebing.EntityFrameworkCore.Taos是国产时序数据库TDengine 的 .Net Core的ADO.Net 提供程序 和 EFCore 的提供程序, 时隔一年,  原始的动态库作为底层接口以确保性能不损失在调用过程中。 目前, 我们支持了 linux x64 和 Windows X64 , 后续还会加入更多平台支持, 以实现你发布的 .net core 程序可以在任何操作系统都能使用 TDengine 数据库。 

项目中的安装方法:

Install-Package Maikebing.Data.Taos

需要注意的是, 我们的连接字符串有所改动,如下所示:

"Data Source=127.0.0.1;DataBase=db_20200423062829;Username=root;Password=kissme;;Port=6060"

     var builder = new TaosConnectionStringBuilder()
            {
                DataSource = "127.0.0.1",
                DataBase = "db_20200423062829",
                Username = "root",
                Password = "kissme",
                Port=6060

            };

 

如果你对项目或如何使用感兴趣可以 访问  码云 https://gitee.com/maikebing/Maikebing.EntityFrameworkCore.Taos 或者访问GitHub  https://github.com/maikebing/Maikebing.EntityFrameworkCore.Taos  


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Structure and Interpretation of Computer Programs - 2nd Edition

Structure and Interpretation of Computer Programs - 2nd Edition

Harold Abelson、Gerald Jay Sussman / The MIT Press / 1996-7-25 / USD 145.56

Structure and Interpretation of Computer Programs has had a dramatic impact on computer science curricula over the past decade. This long-awaited revision contains changes throughout the text. Ther......一起来看看 《Structure and Interpretation of Computer Programs - 2nd Edition 》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试