typeorm
Version:
Data-Mapper ORM for TypeScript and ES2021+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases.
12 lines (10 loc) • 362 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntitySchemaOptions = void 0;
/**
* Interface for entity metadata mappings stored inside "schemas" instead of models decorated by decorators.
*/
class EntitySchemaOptions {
}
exports.EntitySchemaOptions = EntitySchemaOptions;
//# sourceMappingURL=EntitySchemaOptions.js.map
;