GithubHelp home page GithubHelp logo

nicolube / mariadb-connector-j Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mariadb-corporation/mariadb-connector-j

0.0 0.0 0.0 18.01 MB

MariaDB Connector/J is used to connect applications developed in Java to MariaDB and MySQL databases. MariaDB Connector/J is LGPL licensed.

License: GNU Lesser General Public License v2.1

Java 100.00%

mariadb-connector-j's Introduction

mariadb logo

MariaDB java connector

MariaDB java connector is a JDBC 4.2 compatible driver, used to connect applications developed in Java to MariaDB and MySQL databases. MariaDB Connector/J is distributed under the LGPL license version 2.1 or later (LGPL-2.1-or-later)

Tracker link https://jira.mariadb.org/projects/CONJ/issues/

Status

Linux Build Maven Central License (LGPL version 2.1) codecov

Obtaining the driver

For java 8+ :

The driver (jar) can be downloaded from mariadb connector download or maven :

<dependency>
	<groupId>org.mariadb.jdbc</groupId>
	<artifactId>mariadb-java-client</artifactId>
	<version>3.3.2</version>
</dependency>

Development snapshot are available on sonatype nexus repository

<repositories>
	<repository>
		<id>sonatype-nexus-snapshots</id>
		<name>Sonatype Nexus Snapshots</name>
		<url>https://oss.sonatype.org/content/repositories/snapshots</url>
	</repository>
</repositories>

<dependencies>
	<dependency>
		<groupId>org.mariadb.jdbc</groupId>
		<artifactId>mariadb-java-client</artifactId>
		<version>3.4.0-SNAPSHOT</version>
	</dependency>
</dependencies>

Documentation

For a Getting started guide, API docs, recipes, etc. see the

mariadb-connector-j's People

Contributors

rusher avatar vaintroub avatar massimosiani avatar guubu avatar sehrope avatar 9e0r9 avatar rasmushoj avatar jentfoo avatar yrodiere avatar krummas avatar roidelapluie avatar krisiye avatar arthurvl avatar timr avatar stephg38 avatar pavelcibulka avatar 9eor9 avatar ingramj avatar mikecelis avatar mtykhenko avatar zhanhb avatar nitincchauhan avatar matsuzayaws avatar maqroll avatar rakeshk15 avatar goryudyuma avatar thegounet avatar spijkercenter avatar rbhawsar avatar zkxs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.