Skip to content

Commit

Permalink
changed verbiage in Overview to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanQingyangXu committed Oct 21, 2024
1 parent 5b248cc commit 77982bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project aims to provide a library to seamlessly integrate MongoDB with Hibe

## Overview

MongoDB speaks _MQL_ (**M**ongoDB **Q**uery **L**anguage in JSON format) instead of SQL, and lacks a full-fledged JDBC Driver currently. However, MongoDB does support db transaction and table joins simulation. This project will create a NoSQL Hibernate Dialect by bridging the gaps, particularly:
MongoDB speaks _MQL_ (**M**ongoDB **Q**uery **L**anguage in JSON format) instead of SQL. This project will create a NoSQL Hibernate Dialect by:

- create a JDBC adapter using [MongoDB Java Driver](https://www.mongodb.com/docs/drivers/java-drivers/)
- translate Hibernate's internal SQL AST into MQL
Expand Down

0 comments on commit 77982bf

Please sign in to comment.