sequelize-typescript
Version:
Decorators and some other extras for sequelize (v3 + v4)
12 lines • 353 B
JavaScript
/**
* Dummy database file, which gets required by sequelize, to
* make validation of models possible without using the
* actual ORM or any database connection.
*/
Object.defineProperty(exports, "__esModule", { value: true });
function verbose() {
return {};
}
exports.verbose = verbose;
//# sourceMappingURL=db-dialect-dummy.js.map
;