Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/datagrip/mongo-jdbc-driver

MongoDB JDBC Driver
https://github.com/datagrip/mongo-jdbc-driver

jdbc mongodb

Last synced: 4 days ago
JSON representation

MongoDB JDBC Driver

Awesome Lists containing this project

README

        

# MongoDB JDBC Driver

[![Apache licensed](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](./LICENSE)
[![Latest Release](https://img.shields.io/github/v/release/datagrip/mongo-jdbc-driver?label=latest)](https://github.com/DataGrip/mongo-jdbc-driver/releases/tag/v1.20)

Type 4 JDBC driver that allows Java programs to connect to a MongoDB database.

This driver is embedded into [DataGrip](https://www.jetbrains.com/datagrip/).

### Download

You can download the precompiled driver (jar) on the [releases page](https://github.com/DataGrip/mongo-jdbc-driver/releases).

### Build

```
# Linux, MacOs
./gradlew shadowJar

# Windows
gradlew.bat shadowJar
```

You will find driver jar in ```build/libs```