Skip to content

polardb/polardbx-glue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.