/Typescript-ORM

I had to revisit typescript orm for an upcoming project

Primary LanguageTypeScript

Inheritance

The Banker and Client Entities inherited an abstract class(Person) to avoid repitition of generic fields.

Relationships