BeetlSQL 3.2.3 released, Java database access tool

Daily version update, including the following content

  • Solon integration uses the latest version 1.2.12
  • Added SimpleDebugInterceptor, a subclass of DebugInterceptor, to simplify SQL log output
  • SpringBoot integration adds new parameter beetlsql.xxx1.sqlFileCharset, which is used to customize Markdown file character set
<dependency>
  <groupId>com.ibeetl</groupId>
  <artifactId>beetlsql</artifactId>
  <version>3.2.3-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/124922/beetlsql-3-2-3-released