Skip to content

Commit 009eb13

Browse files
committed
Release new version
1 parent ab9a89e commit 009eb13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ An object containing MongoDB [query operators](https://docs.mongodb.com/manual/r
4040

4141
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.
4242

43-
### mToPsql.convertSelect(sqlField, projectionQuery)
43+
### mToPsql.convertSelect(sqlField, projectionQuery, [arrayFields])
4444

4545
#### projectionQuery
4646

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongo-query-to-postgres-jsonb",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"description": "Converts MongoDB queries to postgresql queries for jsonb fields.",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)