????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/browser/driver/ |
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