UNPKG

379 BJavaScriptView Raw
1"use strict";
2/**
3 * Dummy database file, which gets required by sequelize, to
4 * make validation of models possible without using the
5 * actual ORM or any database connection.
6 */
7Object.defineProperty(exports, "__esModule", { value: true });
8exports.verbose = void 0;
9function verbose() {
10 return {};
11}
12exports.verbose = verbose;
13//# sourceMappingURL=db-dialect-dummy.js.map
\No newline at end of file