BeetlSQL 3.3.3 released, DAO tool for Java

This release enhances code generation

  • When SpringBoot is integrated, it can be built- in with Swagger integration org.beetl.sql.starter.CodeGenController, a Rest interface, and users can import this Controller to provide code generation APIs for their systems. The API provides functions to generate Entity, Mapper, Markdown, and database documents according to the table, and provides preview, generated to the project, and all tables of the library are generated to the project
@Bean
public CodeGenController codeGenController() {
  return new CodeGenController();
}

  • Fix the bug in configuring complex mapping according to JSON

 

<dependency>
  <groupId>com.ibeetl</groupId>
  <artifactId>beetlsql</artifactId>
  <version>3.3.3-RELEASE</version>
</dependency>

BeetlSQL has been developed since 2015. The goal is to provide a database access framework that is efficient in development, maintenance, and operation. The framework is based on my 20 years of experience in telecommunications, finance and Internet CRUD. It has a wide range of applications, high performance, and maintenance. Good sex. The currently supported databases are as follows

  • 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/131465/beetlsql-3-3-3-released