GitHub - beekeeper-studio/queryleaf: SQL for Mongo (in Node JS)
QueryLeaf
SQL to MongoDB query translator for NodeJS
Overview
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.
Features
Parse SQL statements into an abstract syntax tree using node-sql-parser
Compile SQL AST into MongoDB commands
Execute MongoDB commands using the official driver
Support for basic SQL operations:
SELECT
INS...
Read more at github.com