[![LICENSE](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://github.com/polardb/polardbx-sql/blob/main/LICENSE) [![Language](https://img.shields.io/badge/Language-Java-blue.svg)](https://www.java.com/) [中文文档](docs/zh_CN/README.md) ## What is ApsaraDB GalaxyGlue ? GalaxyGlue is an extension to MySQL Connector/J 8.0. GalaxyGlue uses asynchronous requests, session and connection decoupling, instance-level connection pool, traffic control and other mechanisms. By working with [ApsaraDB GalaxyEngine](https://github.com/ApsaraDB/galaxyengine), this extension can improve the network efficiency between third-party systems and ApsaraDB GalaxyEngine 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](https://github.com/mysql/mysql-connector-j/blob/release/8.0/LICENSE) for details. The derivative code of GalaxyGlue is under the Apache License 2.0, see the [license](LICENSE) file for details. ## Contributing See [how to contribute](https://github.com/polardb/polardbx-sql#contributing).