Chris2018998 / beecp

A small JDBC Connection pool
Apache License 2.0
88 stars 18 forks source link

建议增加时序数据库的 #28

Closed skyformat99 closed 3 years ago

skyformat99 commented 3 years ago

比如 infuxdb

taosdb
https://www.taosdata.com/cn/

Chris2018998 commented 3 years ago

好的。感谢您的建议。做完当前这版本,下一版本就着手。

Chris2018998 commented 3 years ago

taosdb 数据库有JDBC驱动实现,可以用BeeCP支持它; infuxdb,个人打算利用对象池(BeeOP)去支持它,等0.5版本出来后,再制作一个infuxdb-demo

Chris2018998 commented 3 years ago

Influxdb例子代码 https://github.com/Chris2018998/BeeOP/blob/main/doc/example/BeeOP-Influxdb.zip

skyformat99 commented 3 years ago

牛牛牛