Skip to content

AppTradeTeam/express-query-adapter

Repository files navigation

Nest Logo

Description

A project copy of a fork from express-query-adapter.

Main feature implemented on fork

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.

Installation

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

Command Tools

Lint

$ npx nx lint express-query-adapter

Test

$ npx nx test express-query-adapter

Build

$ npx nx build express-query-adapter

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors