????

Your IP : 18.117.189.91


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

/**
 * This class stores up and down queries needed for migrations functionality.
 */
export class SqlInMemory {
    constructor() {
        this.upQueries = [];
        this.downQueries = [];
    }
}

//# sourceMappingURL=SqlInMemory.js.map