From 77982bf2748f811f6d2995a7a0ec0ef2f6ad59ef Mon Sep 17 00:00:00 2001 From: Nathan Xu Date: Sun, 20 Oct 2024 22:37:04 -0400 Subject: [PATCH] changed verbiage in Overview to avoid confusion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92b8c36..e07faa2 100644 --- a/README.md +++ b/README.md @@ -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