You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Squongo
1
+
# QueryLeaf
2
2
3
-
SQL to MongoDB command compiler for NodeJS.
3
+
SQL to MongoDB query translator for NodeJS.
4
4
5
5
## Overview
6
6
7
-
Squongo is a library that translates SQL queries into MongoDB commands. It parses SQL using node-sql-parser, transforms it into an abstract command set, and then executes those commands against the MongoDB Node.js driver.
7
+
QueryLeaf is a library that translates SQL queries into MongoDB commands. It parses SQL using node-sql-parser, transforms it into an abstract command set, and then executes those commands against the MongoDB Node.js driver.
8
8
9
9
## Features
10
10
@@ -25,35 +25,35 @@ Squongo is a library that translates SQL queries into MongoDB commands. It parse
0 commit comments