Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariadb-corporation/mariadb-connector-j
MariaDB Connector/J is used to connect applications developed in Java to MariaDB and MySQL databases. MariaDB Connector/J is LGPL licensed.
https://github.com/mariadb-corporation/mariadb-connector-j
Last synced: about 1 month ago
JSON representation
MariaDB Connector/J is used to connect applications developed in Java to MariaDB and MySQL databases. MariaDB Connector/J is LGPL licensed.
- Host: GitHub
- URL: https://github.com/mariadb-corporation/mariadb-connector-j
- Owner: mariadb-corporation
- License: lgpl-2.1
- Created: 2015-01-30T13:12:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T13:10:21.000Z (about 1 month ago)
- Last Synced: 2024-10-29T16:45:03.461Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 18.6 MB
- Stars: 336
- Watchers: 71
- Forks: 226
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mysql - MariaDB Connector/J - LGPL-licensed MariaDB Client Library for Java Applications. (Connectors)
README
# 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](https://app.travis-ci.com/mariadb-corporation/mariadb-connector-j.svg?branch=master)](https://app.travis-ci.com/github/mariadb-corporation/mariadb-connector-j)
[![Maven Central](https://img.shields.io/maven-central/v/org.mariadb.jdbc/mariadb-java-client.svg)](https://maven-badges.herokuapp.com/maven-central/org.mariadb.jdbc/mariadb-java-client)
[![License (LGPL version 2.1)](https://img.shields.io/badge/license-GNU%20LGPL%20version%202.1-green.svg?style=flat-square)](http://opensource.org/licenses/LGPL-2.1)
[![codecov][codecov-image]][codecov-url]## Obtaining the driver
For java 8+ :
The driver (jar) can be downloaded from [mariadb connector download](https://mariadb.com/downloads/#connectors)
or maven :```script
org.mariadb.jdbc
mariadb-java-client
3.5.0```
Development snapshot are available on sonatype nexus repository
```script
sonatype-nexus-snapshots
Sonatype Nexus Snapshots
https://oss.sonatype.org/content/repositories/snapshots
org.mariadb.jdbc
mariadb-java-client
3.5.0-SNAPSHOT
```
## Documentation
For a Getting started guide, API docs, recipes, etc. see the
* [About MariaDB connector/J](https://mariadb.com/kb/en/about-mariadb-connector-j/)
* [Install driver](https://mariadb.com/kb/en/installing-mariadb-connectorj/)
* [Changelog](/CHANGELOG.md)
* [Failover and high-availability](https://mariadb.com/kb/en/failover-and-high-availability-with-mariadb-connector-j/)## Contributors
A big thanks to all contributors
[codecov-image]:https://codecov.io/gh/mariadb-corporation/mariadb-connector-j/branch/master/graph/badge.svg
[codecov-url]:https://codecov.io/gh/mariadb-corporation/mariadb-connector-j