Releases: bes2008/sqlhelper
Releases · bes2008/sqlhelper
2.0.4
Features
- Supports databases: AliSQL, TDSQL, CynosDB, Presto, Citus, Raima, Tajo, Trafodion, YugabyteDB, Covenant, Sadas, Small, Yaacomo, Linter
- Supports custom count column when pagination
- Adapter pagehelper's orderby, countColumn
Bugs
Dependencies
- upgrade langx-java to version 0.0.8
- upgrade easyjson to version 2.0.5
2.0.3
2.0.2
2.0.1
2.0.0
1.2.3
1.2.1
1.2.0
1.1.1
- 简化依赖
- 更新groupId, 从com.github.fangjinuo 更新为 com.github.fangjinuo.sqlhelper
JdbcUrlParser
mybatis pagination plugin
Key Features
-
Supported 90+ databases, you can find them here. Conatins almost all chinese database:
- TiDB (北京平凯星辰科技))
- Doris (Apache Doris,百度研发)
- MaxCompute (阿里巴巴)
- K-DB (浪潮)
- GBase (南大通用)
- DM (达梦)
- OSCAR (神州通用)
- HighGo (瀚高)
- KingBase (金仓)
- OpenBase (东软)
- SequoiaDB (巨杉)
If you want know all RDMBS ranking, you can find them in DB Engines.
-
Supports multiple databases in one application
-
Supports auto detect dialect, so the dialect option is optional
-
The performance is higher than Mybatis-PageHelper, because the limit、offset will be setted with PrepareStatement placeholder '?'
-
Supports plugin use Java SPI
-
Supports spring boot 1.x , 2.x
-
Supports mybatis 3.x
-
Supports JDK6+
<dependency> <groupId>com.github.fangjinuo.sqlhelper</groupId> <artifactId>sqlhelper-dialect</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>com.github.fangjinuo.sqlhelper</groupId> <artifactId>sqlhelper-mybatis</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>com.github.fangjinuo.sqlhelper</groupId> <artifactId>sqlhelper-mybatis-spring-boot-starter</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>com.github.fangjinuo.sqlhelper</groupId> <artifactId>sqlhelper-mybatis-spring-boot-autoconfigure</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>com.github.fangjinuo.sqlhelper</groupId> <artifactId>sqlhelper-mybatis-over-pagehelper</artifactId> <version>1.1.1</version> </dependency>
1.1-RELEASE
- Supports JDBC url parser
- Support Doris Dialect (Apache Doris, power by BaiDu)