Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/datagrip/mongo-jdbc-driver
- Owner: DataGrip
- License: apache-2.0
- Created: 2019-09-06T13:28:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T20:53:12.000Z (about 1 month ago)
- Last Synced: 2024-12-27T07:07:54.075Z (11 days ago)
- Topics: jdbc, mongodb
- Language: Java
- Homepage:
- Size: 63.6 MB
- Stars: 53
- Watchers: 9
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: license.txt
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```