TypeORM with Loopback 3
I want to show you how to use TypeORM with Loopback3 project.
Let's start!
Create a loobpack project, then we will install typeORM:
https://typeorm.io/#/
Install the npm package:
npm install typeorm --save
You need to install reflect-metadata shim:
...
pookdeveloper.hashnode.dev
Sandeep Panda
co-founder, Hashnode
Thanks for writing this! A quick tip: Please use the embed tool for embedding gists. For example, use this syntax
%[gist-url]in the editor!