Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 771 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 771 Bytes

MongoDB JDBC Driver

Apache licensed Latest Release

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

This driver is embedded into DataGrip.

Download

You can download the precompiled driver (jar) on the releases page.

Build

# Linux, MacOs
./gradlew shadowJar

# Windows
gradlew.bat shadowJar

You will find driver (jar) in build/libs.