UNPKG

@mikro-orm/cli

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.

6 lines (4 loc) 143 B
import mod from "./index.js"; export default mod; export const CLIConfigurator = mod.CLIConfigurator; export const CLIHelper = mod.CLIHelper;