# microsoft/mssql-jdbc

The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver that provides database connectivity with SQL Server through the standard JDBC application program interfaces (APIs).

Repository: https://github.com/microsoft/mssql-jdbc
Canonical: https://ross.abutalabs.com/products/mssql-jdbc
Language: Java
License: MIT
License Family: permissive
Last push: 2026-08-31T22:06:31+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 75, longevity 100
- inputs: {"age_days": 3663, "days_push": 2, "days_rel": 170, "gap_med": 0, "n_releases_24m": 12}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1132, forks 474 (observed 2026-09-01T02:14:04.942459+00:00)

## What it is
The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver providing database connectivity to SQL Server and Azure SQL Database from Java applications via the standard JDBC API. It is distributed on Maven Central with builds for Java 8 and Java 11+.

## Use cases
- connect a Java application to SQL Server
- connect Java apps to Azure SQL Database
- use SQL Server from a Java application server
- run JDBC queries against SQL Server from any Java-enabled applet
- add mssql-jdbc as a Maven dependency for database access

## When to choose
- your Java or JVM application needs to talk to Microsoft SQL Server or Azure SQL Database
- you want the official, Microsoft-supported JDBC driver
- you need a pure-Java Type 4 driver with no native dependencies

## When to avoid
- you are connecting to non-Microsoft databases like PostgreSQL or MySQL
- your stack is not on the JVM
- you need a driver for a different database protocol

## Facets
- artifact type: library
- maturity: stable
- function: database-driver, database
- domain: databases, backend, developer-tools
- platform: jvm, cross-platform
- tags: jdbc, sql-server, azure-sql, type-4-driver, maven

## Member repositories
- microsoft/mssql-jdbc (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-09-01T02:14:04.942459+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-30T06:38:03.202008+00:00, confidence not recorded.
  - readme: https://github.com/microsoft/mssql-jdbc (fetched 2026-09-01T02:14:04.942459+00:00, sha 7a37cf07a3aa)
- Data as of 2026-08-30T08:39:29.467469+00:00.
