sclera-plugin-mysql

Add-on that enables Sclera to work with your data stored in MySQL

License

License

Categories

Categories

MySQL Data Databases
GroupId

GroupId

com.scleradb
ArtifactId

ArtifactId

sclera-plugin-mysql_2.13
Last Version

Last Version

4.0
Release Date

Release Date

Type

Type

jar
Description

Description

sclera-plugin-mysql
Add-on that enables Sclera to work with your data stored in MySQL
Project URL

Project URL

https://github.com/scleradb/sclera-plugin-mysql
Project Organization

Project Organization

Sclera, Inc.
Source Code Management

Source Code Management

https://github.com/scleradb/sclera-plugin-mysql

Download sclera-plugin-mysql_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.scleradb/sclera-plugin-mysql_2.13/ -->
<dependency>
    <groupId>com.scleradb</groupId>
    <artifactId>sclera-plugin-mysql_2.13</artifactId>
    <version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.scleradb/sclera-plugin-mysql_2.13/
implementation 'com.scleradb:sclera-plugin-mysql_2.13:4.0'
// https://jarcasting.com/artifacts/com.scleradb/sclera-plugin-mysql_2.13/
implementation ("com.scleradb:sclera-plugin-mysql_2.13:4.0")
'com.scleradb:sclera-plugin-mysql_2.13:jar:4.0'
<dependency org="com.scleradb" name="sclera-plugin-mysql_2.13" rev="4.0">
  <artifact name="sclera-plugin-mysql_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scleradb', module='sclera-plugin-mysql_2.13', version='4.0')
)
libraryDependencies += "com.scleradb" % "sclera-plugin-mysql_2.13" % "4.0"
[com.scleradb/sclera-plugin-mysql_2.13 "4.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
mysql : mysql-connector-java jar 8.0.18

provided (1)

Group / Artifact Type Version
com.scleradb : sclera-core_2.13 jar 4.0

test (5)

Group / Artifact Type Version
com.scleradb : sclera-config_2.13 jar 4.0
com.scleradb : sclera-jdbc_2.13 jar 4.0
com.scleradb : sclera-plugin-csv_2.13 jar 4.0
com.scleradb : sclera-sqltests-runner_2.13 jar 4.0
org.scalatest : scalatest_2.13 jar 3.1.1

Project Modules

There are no modules declared in this project.

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.

com.scleradb

Sclera, Inc.

Extensible Data Processing

Versions

Version
4.0