# mysql/mysql-connector-j

MySQL Connector/J

Repository: https://github.com/mysql/mysql-connector-j
Canonical: https://ross.abutalabs.com/products/mysql-connector-j
Language: Java
License: NOASSERTION
License Family: other
Last push: 2026-07-29T06:12:25+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 95, release rhythm 35, longevity 100
- inputs: {"age_days": 4181, "days_push": 35, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1014, forks 631 (observed 2026-08-28T04:03:13.920928+00:00)

## What it is
MySQL Connector/J is the official pure-Java JDBC driver for MySQL, implementing the JDBC 4.2 API and the MySQL X DevAPI for NoSQL-style document store operations. It connects Java applications to MySQL servers without requiring native MySQL client libraries.

## Use cases
- connect a Java application to a MySQL database
- run SQL queries from Java via JDBC
- use MySQL as a document store with NoSQL CRUD operations
- configure a MySQL datasource for a Spring or Jakarta EE app
- migrate an old MySQL Java driver to the current connector

## When to choose
- your Java or JVM application needs to talk to MySQL
- you want a pure-Java driver with no native dependencies
- you need X DevAPI document-store access to MySQL

## When to avoid
- you use PostgreSQL, SQL Server, or another non-MySQL database
- you need a driver for a non-JVM language
- GPLv2 licensing with FOSS exception is incompatible with your project

## Facets
- artifact type: library
- maturity: stable
- function: database-driver, database
- domain: databases, backend, developer-tools
- platform: jvm, cross-platform
- tags: jdbc, mysql, x-devapi, document-store, sql

## Member repositories
- mysql/mysql-connector-j (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:13.920928+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:11:34.409973+00:00, confidence not recorded.
  - readme: https://github.com/mysql/mysql-connector-j (fetched 2026-08-28T04:03:13.920928+00:00, sha c828b911169b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
