SQL tool suite sqlhelper 2.4.0 released

The update:

1. The sub-query paging, has been the perfect support on MyBatis, MyBatis-Plus, SpringJDBC, Apache Commons-DBUtils applications

SQL operations package provides the following functions:

  • Paging tool (to facilitate the development)
    • Support MyBatis, MyBatis-Plus, SpringJDBC, Apache Commons-DBUtils, JFinal, Mango, EBean conjunction frameworks and other database operations
    • 110+ database support, including almost all of the domestic database
    • Support multi-database applications
    • Fully automated identification database
    • SQL provides paging, paging modes
    • Subqueries pagination
    • Perfect fit pageHelper, support for all of its properties, without any code can be migrated to sqlhelper
    • Plug-in support, you can custom implementation
    • Support JDK 6+
  • SQL, URL parsing
  • DDL dump
    • dump table definition, contains the primary key information, indexes, foreign keys. Especially before the release of the new version of the software, greatly reduce the testing effort
    • Support 110
  • Batch insertion tool
    • Bulk insert data, mainly used in making performance test data. Reduce the workload of testing, development
  • Anti injection
    • For detecting SQL injection
  • Result set mapping
  • Can with Spring-jdbc, apache commons-dbutils perfect fit, can also be for personal use

Gitee Address: https://gitee.com/fangjinuo

Github Address: https://github.com/fangjinuo

Guess you like

Origin www.oschina.net/news/111680/sqlhelper-2-4-0-released