New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

io.leego:mypages-parent

Package Overview
Maintainers
1
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.leego:mypages-parent

MyPages is a java based, open source pagination plugin for MyBatis that simplifies database paging queries.

  • 2.2.1
  • Source
  • Maven

Version published
Maintainers
1
Source

MyPages

MyPages is a java based, open source pagination plugin for MyBatis that simplifies database paging queries. Many databases, one plugin.

Installation

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

Maven

<dependency>
    <groupId>io.leego</groupId>
    <artifactId>mypages</artifactId>
    <version>2.2.1</version>
</dependency>

Gradle

implementation 'io.leego:mypages:2.2.1'

Supported

Database
PostgreSQL PostgreSQL
MySQL MySQL
Oracle Oracle
Microsoft SQL Server Microsoft SQL Server
SQLite SQLite
DB2 DB2
H2 H2
MariaDB MariaDB
HSQLDB HSQLDB
Apache Phoenix Apache Phoenix
Apache Derby Apache Derby
Apache Hive Apache Hive
Informix Informix

ANTLR

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.

Original SQL

select * from t where k = v

Query Statement Tree

Generated SQL

select count(*) from t where k = v

Count Statement Tree

Documentation

Chinese Document 中文版

Contact

License

MyPages is under the MIT license. See the LICENSE file for details.

FAQs

Package last updated on 25 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc