Skip to content

polardb/polardbx-glue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

58a254a · Nov 7, 2024

History

25 Commits
Oct 31, 2023
Nov 7, 2024
Oct 17, 2021
Oct 17, 2021
Jan 11, 2024
Nov 7, 2024

Repository files navigation

LICENSE Language

中文文档

What is PolarDB-X Glue ?

PolarDB-X Glue is an extension to MySQL Connector/J 8.0.

PolarDB-X Glue uses asynchronous requests, session and connection decoupling, instance-level connection pool, traffic control and other mechanisms. By working with PolarDB-X Engine, this extension can improve the network efficiency between third-party systems and PolarDB-X Engine and improve the stability in high concurrency multi-connection scenarios.

Licensing

The code from MySQL Connector/J 8.0 still follows the original license, see the license for details.

The derivative code of PolarDB-X Glue is under the Apache License 2.0, see the license file for details.

Contributing

See how to contribute.