scleradb / sclera-plugin-mysql   4.0

Apache License 2.0 GitHub

Sclera - MySQL Connector

Scala versions: 2.13

Sclera - MySQL Connector

Build Status Maven Central scaladoc

Enables Sclera to work with your data stored in MySQL.

You just need to link your MySQL database with Sclera, then import the metadata of select tables within the database. All this gets done in a couple of commands -- and enables you to include these tables within your Sclera queries.

To work with Sclera, MySQL should be configured in the case-insensitive mode.

The connector uses MySQL Connector/J, which is automatically downloaded during the installation of this component.

Details on how to link your MySQL source to with Sclera can be found in the Sclera Database System Connection Reference document.

The MySQL Connector/J JDBC driver is licensed under the GNU General Public License version 2 with FOSS exception. This connector is licensed under the Apache License version 2.0, which is compatible with the said FOSS exception.