Single Table Inheritance with TypeORM and PostgreSQL
Mar 27, 2023 · 6 min read · 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...
Join discussion