MyPages is a java based, open source pagination plugin for MyBatis that simplifies database paging queries. Many databases, one plugin.
Please make sure the Java version is 1.8 or above.
$ git clone https://github.com/yihleego/mypages.git
$ cd mypages
$ mvn clean install
<dependency>
<groupId>io.leego</groupId>
<artifactId>mypages</artifactId>
<version>2.2.1</version>
</dependency>
implementation 'io.leego:mypages:2.2.1'
Database |
---|
PostgreSQL |
MySQL |
Oracle |
Microsoft SQL Server |
SQLite |
DB2 |
H2 |
MariaDB |
HSQLDB |
Apache Phoenix |
Apache Derby |
Apache Hive |
Informix |
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees.
select * from t where k = v
select count(*) from t where k = v
- Bugs & Issues: Click Here
MyPages is under the MIT license. See the LICENSE file for details.