lc-c-ln / Blog

블로그, 설계부터 배포까지
1 stars 0 forks source link

[BE] pool을 async, transaction을 await 로 refactoring 하기 #29

Open lc-c-ln opened 2 years ago

lc-c-ln commented 2 years ago

트랜잭션이나 연속된 쿼리 처리 시 많은 Callback 때문에, 코드가 지저분하게 보임. ex) hashtag 추가 시 refactor 시 아래 url 참고하여, 비동기 형태로 구현할 것

https://cotak.tistory.com/104