UNPKG

typeorm

Version:

Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, MongoDB databases.

12 lines (10 loc) 334 B
/** * Interface for entity metadata mappings stored inside "schemas" instead of models decorated by decorators. */ var EntitySchemaOptions = /** @class */ (function () { function EntitySchemaOptions() { } return EntitySchemaOptions; }()); export { EntitySchemaOptions }; //# sourceMappingURL=EntitySchemaOptions.js.map