The official TDengine C# connector.
English | 简体中文
TDengine.Connector is the C# language connector provided by TDengine. C# developers can use it to develop C# application software that accesses TDengine cluster data.
TDengine.Connector, as well as examples of data writing, querying, schemaless writing,
parameter binding, and data subscription.In the project directory, run dotnet restore to restore the project's dependencies, and then run
dotnet build --no-restore to build the project.
taosd and taosAdapter are running.
The database should be empty.dotnet test to execute the tests. The tests will connect to the local TDengine
server and taosAdapter for testing.Test Run Successful will be printed. If the tests fail, the failure information
Test Run Failed will be printed.Add test cases in the test directory. Add ADO.NET test cases to test/Data.Tests and client driver test cases to
test/Driver.Test/Client.
The test cases use the xunit framework.
Performance testing is in progress.
We welcome the submission of GitHub Issue. When submitting, please provide the following information:
We welcome developers to contribute to this project. Please follow the steps below to submit a PR:
git checkout -b my_branch).git push origin my_branch).