@synatic/noql
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@synatic/noql", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Convert SQL statements to mongo queries or aggregates", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/synatic/sql-to-mongo.git" | ||
"url": "git+https://github.com/synatic/noql.git" | ||
}, | ||
@@ -57,5 +57,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/synatic/sql-to-mongo/issues" | ||
"url": "https://github.com/synatic/noql/issues" | ||
}, | ||
"homepage": "https://github.com/synatic/sql-to-mongo#readme", | ||
"homepage": "https://noql.synatic.dev", | ||
"engines": { | ||
@@ -62,0 +62,0 @@ "node": ">=12", |
# NoQL - Not Only SQL | ||
![build status](https://github.com/synatic/sql-to-mongo/actions/workflows/ci-build.yml/badge.svg) | ||
![build status](https://github.com/synatic/noql/actions/workflows/ci-build.yml/badge.svg) | ||
@@ -5,0 +5,0 @@ NoQL Converts SQL statements to Mongo find statements or aggregation pipelines. NoQL supports mySQL and Postgres Syntax, and generates Mongo 3.6 or greater compatible queries. |
1
219308