UNPKG

expeditavoluptas

Version:

TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.

7 lines (4 loc) 160 B
import { Entity } from '@mikro-orm/core'; import { BaseEntity2 } from './BaseEntity2'; @Entity({ readonly: true }) export class Dummy2 extends BaseEntity2 {}