????

Your IP : 18.226.214.156


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/driver/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/driver/SqlInMemory.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SqlInMemory = void 0;
/**
 * This class stores up and down queries needed for migrations functionality.
 */
class SqlInMemory {
    constructor() {
        this.upQueries = [];
        this.downQueries = [];
    }
}
exports.SqlInMemory = SqlInMemory;

//# sourceMappingURL=SqlInMemory.js.map