Git Product home page Git Product logo

isabella232 / 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 14.23 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 99.29% Shell 0.57% Dockerfile 0.12% Batchfile 0.01%

mariadb-connector-j's Introduction

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 LGPL licensed.

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

Status

Linux Build Windows Build Maven Central License (LGPL version 2.1) Codacy Badge

Obtaining the driver

For java 8 or more : (maintenance branch for java 7 is 1.x)

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

<dependency>
	<groupId>org.mariadb.jdbc</groupId>
	<artifactId>mariadb-java-client</artifactId>
	<version>2.7.0</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.0.0-SNAPSHOT</version>
    </dependency>
</dependencies>

Documentation

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

Contributing

To get started with a development installation and learn more about contributing, please follow the instructions at our Developers Guide.

mariadb-connector-j's People

Contributors

rusher avatar vaintroub avatar massimosiani avatar sehrope avatar guubu avatar 9e0r9 avatar rasmushoj avatar jentfoo avatar yrodiere avatar krummas avatar krisiye avatar roidelapluie avatar pavelcibulka avatar stephg38 avatar timr avatar arthurvl avatar 9eor9 avatar ingramj avatar mikecelis avatar mtykhenko avatar zhanhb avatar nitincchauhan avatar thegounet avatar harawata avatar matsuzayaws avatar rbhawsar avatar zkxs avatar dependabot[bot] avatar bartlaarhoven avatar andywen-sap 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.