File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11# typeorm-polymorphic
22<a href =" https://www.npmjs.com/package/typeorm-polymorphic " ><img src =" https://img.shields.io/npm/v/typeorm-polymorphic.svg " /></a >
33<a href =" https://travis-ci.org/nestjsx/typeorm-paginate " ><img src =" https://travis-ci.org/nestjsx/typeorm-paginate.svg?branch=master " /></a >
4- <img src =" https://camo.githubusercontent.com/a34cfbf37ba6848362bf2bee0f3915c2e38b1cc1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265 " />
4+ <img src =" https://camo.githubusercontent.com/a34cfbf37ba6848362bf2bee0f3915c2e38b1cc1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265 " />
55
66An extension package for polymorphic relationship management, declaration and repository queries for [ typeorm] ( https://typeorm.io/ )
77
@@ -13,6 +13,8 @@ An extension package for polymorphic relationship management, declaration and re
1313$ yarn add typeorm-polymorphic
1414```
1515
16+ > You'll also require ` typeorm ` and ` reflect-metadata ` if you haven't already installed these
17+
1618This is a concept I've put together for decorated polymorphic values with typeorm. I've taken a lot of inspiration from laravel's eloquent.
1719
1820This has worked for my use case however it might not for others. This is an example of how I've used it.
You can’t perform that action at this time.
0 commit comments