homework-jianmu/examples/JDBC
huolibo cd22be63a4
fix(driver): jdbc sample for 3.0 (#16235)
* fix(driver): jdbc sample for 3.0

* fix: drop table if exists

* test: valgrind case

Co-authored-by: Shengliang Guan <slguan@taosdata.com>
Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2022-08-22 13:26:59 +08:00
..
JDBCDemo fix(driver): jdbc sample for 3.0 (#16235) 2022-08-22 13:26:59 +08:00
SpringJdbcTemplate fix(driver): jdbc sample for 3.0 (#16235) 2022-08-22 13:26:59 +08:00
connectionPools fix(driver): jdbc sample for 3.0 (#16235) 2022-08-22 13:26:59 +08:00
mybatisplus-demo fix(driver): jdbc sample for 3.0 (#16235) 2022-08-22 13:26:59 +08:00
springbootdemo fix(driver): jdbc sample for 3.0 (#16235) 2022-08-22 13:26:59 +08:00
taosdemo fix(driver): jdbc sample for 3.0 (#16235) 2022-08-22 13:26:59 +08:00
readme.md fix(driver): jdbc sample for 3.0 (#16235) 2022-08-22 13:26:59 +08:00

readme.md

TDengine examples

No. Name Describe
1 JDBCDemo Example codes for JDBC-JNI, JDBC-RESTful, Subscribe
2 connectionPools Example codes for HikariCP, Druid, dbcp, c3p0 connection pools
3 SpringJdbcTemplate Example codes for spring jdbcTemplate
4 mybatisplus-demo Example codes for mybatis
5 springbootdemo Example codes for springboot
6 taosdemo This is an internal tool for testing Our JDBC-JNI, JDBC-RESTful, RESTful interfaces

more detail: https://docs.taosdata.com/reference/connector/java/