Introduction Single Table Inheritance is a design pattern that allows you to represent a hierarchy of objects using a single database table. Each subclass in the hierarchy is represented as a row in the table, with a type field that identifies the cl...
·
Sr. Backend Engineer working predominantly with Typescript + NodeJS