0.2.3 • Published 2 months ago

@skypress/typeorm-query-api v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

SkyPress TypeORM Query API

Map URL Query Parameters to TypeORM Find Options.

Basic Query Params to Find Options

Query ParamTypeFind OptionExample
selectComma Separated Stringselect/authors?select=id,firstName,lastName
loadComma Separated Stringrelations/authors?load=books
sortStringorder/authors?sort=age
descBooleanorder/authors?sort=age&desc=true
skipNumberskip/authors?skip=10
limitNumbertake/authors?limit=10&skip=20
deletedBooleanwithDeleted/authors?deleted=true
Entity KeyAnywhere/authors?firstName=Mark&lastName=Ross

Advanced Query Parameters

More sophisticated "where" queries can be made by providing the following Keys paired with the :: delimiter.

KeyOperatorExample
gtMoreThan/authors?age=gt::30
gteMoreThanOrEqual/authors?age=gte::30
ltLessThan/authors?age=lt::30
lteLessThanOrEqual/authors?age=lte::30
neNot/authors?firstName=ne::Bob
0.2.1

2 months ago

0.2.0

2 months ago

0.2.3

2 months ago

0.2.2

2 months ago

0.1.2

10 months ago

0.1.1

11 months ago

0.1.0

11 months ago