https://dev.to/jasonshin/sqlx-ts-free-nodejs-developers-from-orms-3a7a


<img referrerpolicy='no-referrer' src='https://res.cloudinary.com/practicaldev/image/fetch/s--2c7roIHD--/c_imagga_scale,f_auto,fl_progressive,h_500,q_auto,w_1000/https://i.imgur.com/Xmd3jr0.png' alt='' style='display: inline-block; vertical-align: top; max-width: 100%; max-height: 100%; width: 103.238px; height: 103.476px;'>

sqlx-ts: free Node.js developers from ORMs

Summary [Github|Demo] This story is about sqlx-ts that I have developed recently. It...

dev.to


오랜만에 글씁니다. 최근 업무가 바뻐서 디씨인사이드에 오기가 힘들었네요


sqlx-ts 가 드디어 프로덕션에서 사용해도 될만큼 성장해서 블로그 올린거와 함깨 여러분에게 보여드립니다.


이프로젝트의 기능은

- validate queries during compile-time

- optimize queries

- keep your code type-safe with generated types

- Works on both MySQL and PostgreSQL (database agnostic + can expand to more DBs)

또한 러스트로 작성되어 러스트 코어기반의 타이핑, 메모리관리, 페턴메칭, 멀티스레딩을 이용해서 최상성능밑 안전한 소프트웨어를 개발 촉진 하였습니다.