https://github.com/billyyccc/vertx-mysql-client-compatibility-testkit
https://github.com/billyyccc/vertx-mysql-client-compatibility-testkit
mariadb mysql percona-mysql reactive tidb vertx vitess
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/billyyccc/vertx-mysql-client-compatibility-testkit
- Owner: BillyYccc
- Created: 2019-12-11T12:54:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T11:01:11.000Z (over 5 years ago)
- Last Synced: 2025-02-03T02:32:41.448Z (8 months ago)
- Topics: mariadb, mysql, percona-mysql, reactive, tidb, vertx, vitess
- Language: Java
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Reactive MySQL Client Compatibility TestKit
image:https://img.shields.io/badge/Vert.x-4.0.0--milestone5-blue[link="https://github.com/eclipse/vert.x"]
image:https://travis-ci.org/BillyYccc/vertx-mysql-client-compatibility-testkit.svg?branch=master["Build Status", link="https://travis-ci.org/BillyYccc/vertx-mysql-client-compatibility-testkit"]TestKit used to verify using the https://github.com/eclipse-vertx/vertx-sql-client/tree/master/vertx-mysql-client[Reactive MySQL Client] with different databases which are compatible with MySQL Client/Server Protocol.
== Checked Features
* Connection
* Text Query
* Server-side Prepared Statement== Database Compatibility
=== https://www.mysql.com/[MySQL]
* MySQL 5.5
* MySQL 5.6
* MySQL 5.7
* MySQL 8.0=== https://mariadb.org/[MariaDB]
* MariaDB 10.1
* MariaDB 10.2
* MariaDB 10.3
* MariaDB 10.4=== https://github.com/pingcap/tidb[TiDB]
* TiDB 3.0
=== https://github.com/percona/percona-server[Percona]
* Percona 5.5
* Percona 5.6
* Percona 5.7
* Percona 8.0=== https://vitess.io/[Vitess]
* Vitess 4.0