Description
IoTDB is a time series database.
When using a database in an application, the database connection pool is much helpful for high performance and saving resources.
Besides, when developing a website using Spring or some other web framework, now many developers do not control the database connection manually. Instead, developers just need to tell what database they will use and the web framework can handle everything well.
This proposal is for
- letting IoTDB supports some database connection pools like Apache Commons DBCP, C3P0.
- integration IoTDB with one web framework (e.g., Spring)