A project copy of a fork from express-query-adapter.
As mongodb does not support Typeorm's built-in find operators, this branch adds a new parameter "dialect", which can for now receive the value "mongodb", and will generate the query with the specific format for this dialect.
The installation will also build the project (with postinstall script). This is necessary because we will need to install that git project on other projects, and we will need to access built files.
To install the project, run:
$ npm install$ npx nx lint express-query-adapter$ npx nx test express-query-adapter$ npx nx build express-query-adapterNest is MIT licensed.