BeetlSQL 3.2.6 is released, upgrade is recommended

This release fixes the refactoring since 3.2 that caused the batch operation to not close the database link. This bug does not affect the code with transaction management frameworks such as Spring, but affects the code under non-transactions. It is recommended to upgrade

  • Repair batch update and insert cause the database connection to not be closed
  • If the code generation directory specified in the enhanced code generation does not exist, create this directory first
  • Compatible with 2.x, use DbStyle to specify the use of database primary keys, and it is mandatory to use annotations
<dependency>
  <groupId>com.ibeetl</groupId>
  <artifactId>beetlsql</artifactId>
  <version>3.2.6-RELEASE</version>
</dependency>

BeetlSQL's goal is to provide a database access framework that is efficient in development, efficient maintenance, and efficient in operation, and provides a consistent way of writing code in the case of multiple libraries in a system. Support the following data platforms

  • Traditional databases: MySQL, MariaDB, Oralce, Postgres, DB2, SQL Server, H2, SQLite, Derby, Magic Power, Dream, Huawei Goss, Renda Jincang, PolarDB, etc.
  • Big data: HBase, ClickHouse, Cassandar, Hive
  • IoT time series database: Machbase, TD-Engine, IotDB
  • SQL query engine: Drill, Presto, Druid
  • In-memory database: ignite, CouchBase

Read the documentation  source code and examples

Guess you like

Origin www.oschina.net/news/126490/beetlsql-3-2-6-released