UNPKG

@mikro-orm/core

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.

5 lines (4 loc) 170 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EntityManagerType = void 0; exports.EntityManagerType = Symbol('EntityManagerType');