Skip to content

Releases: synatic/noql

v0.0.3

09 Dec 20:07
acbe58e
Compare
Choose a tag to compare

Fixed match pipeline position on joins
Fixed linting
Upgraded json magic package
Upgraded sql sax parser
Added tests

Working Exports

05 Aug 09:18
51ddd33
Compare
Choose a tag to compare
Working Exports Pre-release
Pre-release
  • Fixed exports issue
  • Update and fixed some examples
  • Docs formatting

Beta Release

05 Aug 08:10
9033f43
Compare
Choose a tag to compare
Beta Release Pre-release
Pre-release

Hi!

Welcome to SQL to Mongo. This package aims to help people with SQL knowledge more easily query Mongo data.
It also aims to help build aggregation pipelines with an easier to understand syntax.

SQL to Mongo converts M-SQL Queries to Mongo find statements or aggregation pipelines.

What is M-SQL?

M-SQL is a specific way to use MySQL style queries tailored to MongoDB functions and a multilevel document paradigm.

Features include:

  • Support for Select to Find statements, including simple aggregations.
  • Experimental support for complex aggregations and arrays.