orm을 꼭 써야한다는 게 고정관념인가?


https://www.reddit.com/r/golang/comments/10evuo5/orm_or_no_orm_and_which_ones/

Reddit - Dive into anythingReddit - Dive into anythingwww.reddit.com



원래는 "go lang에서 쓰는 orm" 에 대한 질문으로 시작했는대

위 글에서 살펴보면


https://github.com/sqlc-dev/sqlc

GitHub - sqlc-dev/sqlc: Generate type-safe code from SQLGenerate type-safe code from SQL. Contribute to sqlc-dev/sqlc development by creating an account on GitHub.github.com


이런 걸 쓰라고 하더라고..?

자세히는 안 살펴봐서 모르는데 이런게 쿼리 빌더인가?

(js에서 knex.js 이런거 ㅇㅇ..)


글 내용의 논지를 요약하자면

crud 싸개 or 빠른 프로토타이핑 => orm 써라

오랫동안 유지보수 / 장기 프로젝트 => sqlc


go lang 쓰시는 분들 어떻게 하시는지

깃갤성님들의 고견 궁금합니다 >-<