[nestjs] transaction 라이브러리 분석하기 - 0
이 시리즈는 typeorm-transactional 라이브러리를 분석하게 된 계기와 분석한 내용이 담겨있습니다. typeorm은 javascript, typescript 언어를 사용하는 환경에서 사용할 수 있는 ORM 라이브러리 입니다. TypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron platforms and can be used with TypeScript and JavaScript (ES5, ES6, ES7, ES8). Its goal is to always support the latest JavaScript features a..