We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9a89e commit 009eb13Copy full SHA for 009eb13
README.md
@@ -40,7 +40,7 @@ An object containing MongoDB [query operators](https://docs.mongodb.com/manual/r
40
41
This tool doesn't know which fields are arrays so you can optionally specify a list of dotted paths which should be treated as an array.
42
43
-### mToPsql.convertSelect(sqlField, projectionQuery)
+### mToPsql.convertSelect(sqlField, projectionQuery, [arrayFields])
44
45
#### projectionQuery
46
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mongo-query-to-postgres-jsonb",
3
- "version": "0.2.8",
+ "version": "0.2.9",
4
"description": "Converts MongoDB queries to postgresql queries for jsonb fields.",
5
"main": "index.js",
6
"directories": {
0 commit comments